Diff between 2ee5dd5798e6ee1d44b627db180f20ece88975b1 and 05f9475f66f44786c498458e583488c82f114f25
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 cbc42f3..8985c83 100644
--- a/obexd/plugins/bluetooth.c
+++ b/obexd/plugins/bluetooth.c
@@ -36,6 +36,8 @@
#include <gdbus/gdbus.h>
#include <btio/btio.h>
+#include <bluetooth/uuid.h>
+
#include "obexd.h"
#include "plugin.h"
#include "server.h"
@@ -43,7 +45,6 @@
#include "transport.h"
#include "service.h"
#include "log.h"
-#include "uuid.h"
#define BT_RX_MTU 32767
#define BT_TX_MTU 32767