added some includes that should probably be in the header file

master
Ondřej Hruška 6 years ago
parent bb00e90e24
commit cc979602f3
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 3
      ow_search.h

@ -6,6 +6,9 @@
#ifndef OW_SEARCH_H
#define OW_SEARCH_H
#include <stdint.h>
#include <stdbool.h>
// --------------------------------------------------------------------------------------
// External API functions for interfacing the bus

Loading…
Cancel
Save