diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-02-17 18:04:03 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-02-17 18:04:03 +0000 |
commit | f17bb94f47090f3397b60b5e264aa9f18dbf203d (patch) | |
tree | cd475c5e55def20433d0ac0e83a0410e0606da91 /hcid/lexer.l | |
parent | 5903cfe8fdfa5df4a0ce737219385d16da85e279 (diff) |
Add D-Bus support for PIN request
Diffstat (limited to 'hcid/lexer.l')
-rw-r--r-- | hcid/lexer.l | 5 |
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" |