summaryrefslogtreecommitdiff
path: root/profiles/gap
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/gap
parenta159809b6acb7b940e6d195a794ab8e67b8a3ee8 (diff)
downloadbluez-2df675b1ee0067f614655e6e6d9114dc5b858563.tar.gz
profiles: Add explicit include for lib/bluetooth.h
Diffstat (limited to 'profiles/gap')
-rw-r--r--profiles/gap/gas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/gap/gas.c b/profiles/gap/gas.c
index f737949ee..f73a3b8c6 100644
--- a/profiles/gap/gas.c
+++ b/profiles/gap/gas.c
@@ -30,6 +30,7 @@
#include <glib.h>
+#include "lib/bluetooth.h"
#include "lib/uuid.h"
#include "src/shared/util.h"
#include "src/shared/att.h"