From 2df675b1ee0067f614655e6e6d9114dc5b858563 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 18 Feb 2015 06:23:23 +0100 Subject: [PATCH] profiles: Add explicit include for lib/bluetooth.h --- profiles/alert/server.c | 1 + profiles/audio/media.c | 1 + profiles/audio/transport.c | 1 + profiles/cyclingspeed/cyclingspeed.c | 1 + profiles/deviceinfo/deviceinfo.c | 1 + profiles/gap/gas.c | 1 + profiles/heartrate/heartrate.c | 1 + profiles/proximity/immalert.c | 1 + profiles/proximity/linkloss.c | 1 + profiles/proximity/manager.c | 1 + profiles/proximity/reporter.c | 1 + profiles/scanparam/scan.c | 1 + profiles/thermometer/thermometer.c | 1 + 13 files changed, 13 insertions(+) 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 #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/plugin.h" #include "src/dbus-common.h" diff --git a/profiles/audio/media.c b/profiles/audio/media.c index ef7b91043..965b32a59 100644 --- a/profiles/audio/media.c +++ b/profiles/audio/media.c @@ -33,6 +33,7 @@ #include #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/plugin.h" #include "src/adapter.h" diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c index c82fbb575..c05aa3a32 100644 --- a/profiles/audio/transport.c +++ b/profiles/audio/transport.c @@ -31,6 +31,7 @@ #include #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/adapter.h" #include "src/device.h" diff --git a/profiles/cyclingspeed/cyclingspeed.c b/profiles/cyclingspeed/cyclingspeed.c index 6b00da781..25fed8bc3 100644 --- a/profiles/cyclingspeed/cyclingspeed.c +++ b/profiles/cyclingspeed/cyclingspeed.c @@ -29,6 +29,7 @@ #include #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/plugin.h" #include "src/adapter.h" diff --git a/profiles/deviceinfo/deviceinfo.c b/profiles/deviceinfo/deviceinfo.c index 208598a54..4e5aed902 100644 --- a/profiles/deviceinfo/deviceinfo.c +++ b/profiles/deviceinfo/deviceinfo.c @@ -29,6 +29,7 @@ #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/plugin.h" #include "src/adapter.h" 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 +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/shared/util.h" #include "src/shared/att.h" diff --git a/profiles/heartrate/heartrate.c b/profiles/heartrate/heartrate.c index 287ea7261..219b4cb8e 100644 --- a/profiles/heartrate/heartrate.c +++ b/profiles/heartrate/heartrate.c @@ -29,6 +29,7 @@ #include #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/plugin.h" #include "src/adapter.h" diff --git a/profiles/proximity/immalert.c b/profiles/proximity/immalert.c index 3d50b8d63..95d97f4cf 100644 --- a/profiles/proximity/immalert.c +++ b/profiles/proximity/immalert.c @@ -31,6 +31,7 @@ #include #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/log.h" #include "src/adapter.h" diff --git a/profiles/proximity/linkloss.c b/profiles/proximity/linkloss.c index 476803ac4..46e90f0e9 100644 --- a/profiles/proximity/linkloss.c +++ b/profiles/proximity/linkloss.c @@ -31,6 +31,7 @@ #include #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/log.h" #include "src/adapter.h" diff --git a/profiles/proximity/manager.c b/profiles/proximity/manager.c index 3f0f63c0a..8f36259b2 100644 --- a/profiles/proximity/manager.c +++ b/profiles/proximity/manager.c @@ -31,6 +31,7 @@ #include #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/adapter.h" #include "src/device.h" diff --git a/profiles/proximity/reporter.c b/profiles/proximity/reporter.c index fb91bc1c9..9979110cd 100644 --- a/profiles/proximity/reporter.c +++ b/profiles/proximity/reporter.c @@ -36,6 +36,7 @@ #include "src/log.h" +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/dbus-common.h" #include "src/adapter.h" diff --git a/profiles/scanparam/scan.c b/profiles/scanparam/scan.c index 3eece9dc4..f4af0ac4f 100644 --- a/profiles/scanparam/scan.c +++ b/profiles/scanparam/scan.c @@ -29,6 +29,7 @@ #include #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/log.h" #include "src/plugin.h" diff --git a/profiles/thermometer/thermometer.c b/profiles/thermometer/thermometer.c index e3ab92316..608fb432f 100644 --- a/profiles/thermometer/thermometer.c +++ b/profiles/thermometer/thermometer.c @@ -29,6 +29,7 @@ #include +#include "lib/bluetooth.h" #include "lib/uuid.h" #include "src/plugin.h" #include "src/dbus-common.h" -- 2.47.3