summaryrefslogtreecommitdiffstats
path: root/src/bluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-03-31 19:50:46 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-03-31 19:50:46 +0000
commit51e671b116fe121053444c4817e38ad07e9586f8 (patch)
tree46c7b9688acf78de7745744e33d948b9d7052902 /src/bluetooth.c
parent51342992af3f09ffad66197aa84e5960e1fc4c28 (diff)
Use $(top_builddir) as include root directory
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)
{