diff options
Diffstat (limited to 'hcid/lib.c')
-rw-r--r-- | hcid/lib.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ #include <netdb.h> #include <signal.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/hci.h> +#include <bluetooth/hci_lib.h> + #include "hcid.h" #include "lib.h" |