summaryrefslogtreecommitdiff
path: root/monitor/control.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-01-09 20:31:18 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-01-09 20:31:18 -0800
commitc5d3784f3edd9200230ab36284fe9adc3633d723 (patch)
treea74dc87a9422ac72a7a0f34a07ef60e02e0cefcd /monitor/control.c
parent00e7dde4a2439895b5b8b1a26b0efe61e14d7641 (diff)
downloadbluez-c5d3784f3edd9200230ab36284fe9adc3633d723.tar.gz
monitor: Fix includes from Bluetooth library
Diffstat (limited to 'monitor/control.c')
-rw-r--r--monitor/control.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/monitor/control.c b/monitor/control.c
index 021409b46..6f35c2b75 100644
--- a/monitor/control.c
+++ b/monitor/control.c
@@ -36,9 +36,9 @@
#include <sys/socket.h>
#include <sys/un.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
-#include <bluetooth/mgmt.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
+#include "lib/mgmt.h"
#include "mainloop.h"
#include "display.h"