summaryrefslogtreecommitdiffstats
path: root/hcid/lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/lexer.l')
-rw-r--r--hcid/lexer.l5
1 files changed, 5 insertions, 0 deletions
diff --git a/hcid/lexer.l b/hcid/lexer.l
index 1947bcd4..3c9ed308 100644
--- a/hcid/lexer.l
+++ b/hcid/lexer.l
@@ -27,6 +27,11 @@
*/
#include <string.h>
+#include <sys/socket.h>
+
+#include <bluetooth/bluetooth.h>
+#include <bluetooth/hci.h>
+#include <bluetooth/hci_lib.h>
#include "hcid.h"
#include "kword.h"