Diff between 912e0786b8ed5334bb1dfdd951ba6b3695c7733b and 2f77283513f09faafd107e9fbe7cf16e8514d12b

Changed Files

File Additions Deletions Status
btio/btio.c +5 -5 modified

Full Patch

diff --git a/btio/btio.c b/btio/btio.c
index db731fa..969cd3a 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -34,13 +34,13 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/l2cap.h>
-#include <bluetooth/rfcomm.h>
-#include <bluetooth/sco.h>
-
 #include <glib.h>
 
+#include "lib/bluetooth.h"
+#include "lib/l2cap.h"
+#include "lib/rfcomm.h"
+#include "lib/sco.h"
+
 #include "btio.h"
 
 #ifndef BT_FLUSHABLE