summaryrefslogtreecommitdiff
path: root/obexd/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-12 23:21:02 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-12 23:21:02 +0100
commit05f9475f66f44786c498458e583488c82f114f25 (patch)
tree54622aea27788387cffc4616d27e6bc786b48132 /obexd/plugins
parent2ee5dd5798e6ee1d44b627db180f20ece88975b1 (diff)
downloadbluez-05f9475f66f44786c498458e583488c82f114f25.tar.gz
obexd: Fix build breakage from profile conversion
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