diff options
Diffstat (limited to 'src/bluetooth.c')
| -rw-r--r-- | src/bluetooth.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c index 1607c04f..a57809d7 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -32,8 +32,8 @@  #include <errno.h>  #include <sys/socket.h> -#include <bluetooth.h> -#include <hci.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/hci.h>  void baswap(bdaddr_t *dst, const bdaddr_t *src)  {  | 
