Diff between 00e7dde4a2439895b5b8b1a26b0efe61e14d7641 and c5d3784f3edd9200230ab36284fe9adc3633d723

Changed Files

File Additions Deletions Status
monitor/control.c +3 -3 modified

Full Patch

diff --git a/monitor/control.c b/monitor/control.c
index 021409b..6f35c2b 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"