summaryrefslogtreecommitdiffstats
path: root/src/bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth.c')
-rw-r--r--src/bluetooth.c4
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)
{