summaryrefslogtreecommitdiff
path: root/obexd/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'obexd/plugins')
-rw-r--r--obexd/plugins/bluetooth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index cbc42f37c..8985c8309 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