Diff between 18e57950b5ebc92436f2c13040897efa120e53ef and 357f1bbbec44c6f5beb0b7f067793c2511195ac2
Changed Files
| File | Additions | Deletions | Status |
| lib/uuid.c | +1 | -0 | modified |
| lib/uuid.h | +0 | -1 | modified |
Full Patch
diff --git a/lib/uuid.c b/lib/uuid.c
index 97b2d9d..3eb7dbe 100644
--- a/lib/uuid.c
+++ b/lib/uuid.c
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <errno.h>
+#include "lib/bluetooth.h"
#include "uuid.h"
static uint128_t bluetooth_base_uuid = {
diff --git a/lib/uuid.h b/lib/uuid.h
index 142c979..2dcfe9e 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -30,7 +30,6 @@ extern "C" {
#endif
#include <stdint.h>
-#include <bluetooth/bluetooth.h>
#define GENERIC_AUDIO_UUID "00001203-0000-1000-8000-00805f9b34fb"