Diff between 377845f1110d81c334ed0e678810de0a92ad5090 and dbb2b838c7a70e24cc1c8bbf8ea98c1edf271dd1

Changed Files

File Additions Deletions Status
plugins/gatt-example.c +1 -1 modified

Full Patch

diff --git a/plugins/gatt-example.c b/plugins/gatt-example.c
index de090e9..bd0fbff 100644
--- a/plugins/gatt-example.c
+++ b/plugins/gatt-example.c
@@ -27,10 +27,10 @@
 #endif
 
 #include <glib.h>
-#include <bluetooth/uuid.h>
 #include <errno.h>
 #include <adapter.h>
 
+#include "lib/uuid.h"
 #include "plugin.h"
 #include "hcid.h"
 #include "log.h"