From 05f9475f66f44786c498458e583488c82f114f25 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Dec 2012 23:21:02 +0100 Subject: [PATCH] obexd: Fix build breakage from profile conversion --- obexd/plugins/bluetooth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include +#include + #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 -- 2.47.3