Diff between 8584651a3e135dbcb0b14e2affb7a5f6b60e1228 and d084651291974d29cee98fc502f61f43413d68ab

Changed Files

File Additions Deletions Status
obexd/plugins/bluetooth.c +2 -1 modified

Full Patch

diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index cf326cc..8ca0c81 100644
--- a/obexd/plugins/bluetooth.c
+++ b/obexd/plugins/bluetooth.c
@@ -36,8 +36,9 @@
 #include <glib.h>
 #include <gdbus/gdbus.h>
 
-#include "btio/btio.h"
+#include "lib/bluetooth.h"
 #include "lib/uuid.h"
+#include "btio/btio.h"
 
 #include "obexd.h"
 #include "plugin.h"