diff options
Diffstat (limited to 'tools/hcitool.c')
-rw-r--r-- | tools/hcitool.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/hcitool.c b/tools/hcitool.c index 8eaa2cc2..7d3772bb 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -42,9 +42,9 @@ #include <asm/types.h> #include <netinet/in.h> -#include <bluetooth.h> -#include <hci.h> -#include <hci_lib.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/hci.h> +#include <bluetooth/hci_lib.h> extern int optind,opterr,optopt; extern char *optarg; |