Diff between cb7f2809fe03d22d9c1a950eb559fc4c5ba3b510 and 857421a6a8f76e2995cd99d17368d9871f098bf3
Changed Files
| File | Additions | Deletions | Status |
| tools/btmgmt.c | +2 | -2 | modified |
Full Patch
diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index dde42d7..f808196 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -40,12 +40,12 @@
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
-#include "uuid-helper.h"
+#include "src/uuid-helper.h"
+#include "lib/mgmt.h"
#include "monitor/mainloop.h"
#include "src/shared/util.h"
#include "src/shared/mgmt.h"
-#include "lib/mgmt.h"
static bool monitor = false;
static bool discovery = false;