summaryrefslogtreecommitdiffstats
path: root/src/hci.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/hci.c
parent51342992af3f09ffad66197aa84e5960e1fc4c28 (diff)
Use $(top_builddir) as include root directory
Diffstat (limited to 'src/hci.c')
-rw-r--r--src/hci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hci.c b/src/hci.c
index 3778f064..1530f395 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -43,9 +43,9 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
-#include <bluetooth.h>
-#include <hci.h>
-#include <hci_lib.h>
+#include <bluetooth/bluetooth.h>
+#include <bluetooth/hci.h>
+#include <bluetooth/hci_lib.h>
typedef struct {
char *str; unsigned int val;