Diff between 86cd7d0886b39af9da337d1fe07c5489fad027a0 and 00e7dde4a2439895b5b8b1a26b0efe61e14d7641

Changed Files

File Additions Deletions Status
tools/btmgmt.c +2 -1 modified

Full Patch

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index b89bcac..ead1ebb 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -39,10 +39,11 @@
 #include <bluetooth/hci_lib.h>
 #include <bluetooth/sdp.h>
 #include <bluetooth/sdp_lib.h>
-#include <bluetooth/mgmt.h>
 
 #include <glib.h>
+
 #include "glib-helper.h"
+#include "lib/mgmt.h"
 #include "eir.h"
 
 static bool monitor = false;