summaryrefslogtreecommitdiff
path: root/obexd
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-18 06:24:23 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-18 06:24:23 +0100
commitd084651291974d29cee98fc502f61f43413d68ab (patch)
tree51b89957e129a00f7ac6a8c5f9d72ffc545a30aa /obexd
parent8584651a3e135dbcb0b14e2affb7a5f6b60e1228 (diff)
downloadbluez-d084651291974d29cee98fc502f61f43413d68ab.tar.gz
obexd: Add explicit include for lib/bluetooth.h
Diffstat (limited to 'obexd')
-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 cf326cc6f..8ca0c8159 100644
--- a/obexd/plugins/bluetooth.c
+++ b/obexd/plugins/bluetooth.c
@@ -36,8 +36,9 @@
#include <glib.h>
#include <gdbus/gdbus.h>
-#include "btio/btio.h"
+#include "lib/bluetooth.h"
#include "lib/uuid.h"
+#include "btio/btio.h"
#include "obexd.h"
#include "plugin.h"