summaryrefslogtreecommitdiff
path: root/profiles/alert
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-18 06:23:23 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-18 06:23:23 +0100
commit2df675b1ee0067f614655e6e6d9114dc5b858563 (patch)
tree81dd46ee3af7c93850c50c105638f1e5a321024a /profiles/alert
parenta159809b6acb7b940e6d195a794ab8e67b8a3ee8 (diff)
downloadbluez-2df675b1ee0067f614655e6e6d9114dc5b858563.tar.gz
profiles: Add explicit include for lib/bluetooth.h
Diffstat (limited to 'profiles/alert')
-rw-r--r--profiles/alert/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/alert/server.c b/profiles/alert/server.c
index aefcff8e2..8de5b3fa9 100644
--- a/profiles/alert/server.c
+++ b/profiles/alert/server.c
@@ -35,6 +35,7 @@
#include <sys/stat.h>
#include <fcntl.h>
+#include "lib/bluetooth.h"
#include "lib/uuid.h"
#include "src/plugin.h"
#include "src/dbus-common.h"