Diff between 3acfa2d50a9f066dd7962885d205ec5f782c2f5b and 61c49dfa2e8d4a1eb0926ae5fd8cde38ac01c74a
Changed Files
| File | Additions | Deletions | Status |
| lib/bluetooth/hci.h | +3 | -0 | modified |
Full Patch
diff --git a/lib/bluetooth/hci.h b/lib/bluetooth/hci.h
index 8f59a53..732477e 100644
--- a/lib/bluetooth/hci.h
+++ b/lib/bluetooth/hci.h
@@ -17,8 +17,11 @@
extern "C" {
#endif
+#include <stdint.h>
#include <sys/socket.h>
+#include <bluetooth/bluetooth.h>
+
#define HCI_MAX_DEV 16
#define HCI_MAX_AMP_SIZE (1492 + 4)