Diff between 61c49dfa2e8d4a1eb0926ae5fd8cde38ac01c74a and f911b6df4fd1462d9718bcacced508cad03ce4d1

Changed Files

File Additions Deletions Status
lib/bluetooth/hci_lib.h +6 -0 modified

Full Patch

diff --git a/lib/bluetooth/hci_lib.h b/lib/bluetooth/hci_lib.h
index baf3d3e..da89de0 100644
--- a/lib/bluetooth/hci_lib.h
+++ b/lib/bluetooth/hci_lib.h
@@ -17,6 +17,12 @@
 extern "C" {
 #endif
 
+#include <stdint.h>
+#include <string.h>
+
+#include <bluetooth/bluetooth.h>
+#include <bluetooth/hci.h>
+
 struct hci_request {
 	uint16_t ogf;
 	uint16_t ocf;