Diff between a159809b6acb7b940e6d195a794ab8e67b8a3ee8 and 2df675b1ee0067f614655e6e6d9114dc5b858563
Changed Files
| File | Additions | Deletions | Status |
| profiles/alert/server.c | +1 | -0 | modified |
| profiles/audio/media.c | +1 | -0 | modified |
| profiles/audio/transport.c | +1 | -0 | modified |
| profiles/cyclingspeed/cyclingspeed.c | +1 | -0 | modified |
| profiles/deviceinfo/deviceinfo.c | +1 | -0 | modified |
| profiles/gap/gas.c | +1 | -0 | modified |
| profiles/heartrate/heartrate.c | +1 | -0 | modified |
| profiles/proximity/immalert.c | +1 | -0 | modified |
| profiles/proximity/linkloss.c | +1 | -0 | modified |
| profiles/proximity/manager.c | +1 | -0 | modified |
| profiles/proximity/reporter.c | +1 | -0 | modified |
| profiles/scanparam/scan.c | +1 | -0 | modified |
| profiles/thermometer/thermometer.c | +1 | -0 | modified |
Full Patch
diff --git a/profiles/alert/server.c b/profiles/alert/server.c
index aefcff8..8de5b3f 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"
diff --git a/profiles/audio/media.c b/profiles/audio/media.c
index ef7b910..965b32a 100644
--- a/profiles/audio/media.c
+++ b/profiles/audio/media.c
@@ -33,6 +33,7 @@
#include <glib.h>
#include <gdbus/gdbus.h>
+#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 c82fbb5..c05aa3a 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
@@ -31,6 +31,7 @@
#include <glib.h>
#include <gdbus/gdbus.h>
+#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 6b00da7..25fed8b 100644
--- a/profiles/cyclingspeed/cyclingspeed.c
+++ b/profiles/cyclingspeed/cyclingspeed.c
@@ -29,6 +29,7 @@
#include <glib.h>
#include <gdbus/gdbus.h>
+#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 208598a..4e5aed9 100644
--- a/profiles/deviceinfo/deviceinfo.c
+++ b/profiles/deviceinfo/deviceinfo.c
@@ -29,6 +29,7 @@
#include <glib.h>
+#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 f737949..f73a3b8 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"
diff --git a/profiles/heartrate/heartrate.c b/profiles/heartrate/heartrate.c
index 287ea72..219b4cb 100644
--- a/profiles/heartrate/heartrate.c
+++ b/profiles/heartrate/heartrate.c
@@ -29,6 +29,7 @@
#include <glib.h>
#include <gdbus/gdbus.h>
+#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 3d50b8d..95d97f4 100644
--- a/profiles/proximity/immalert.c
+++ b/profiles/proximity/immalert.c
@@ -31,6 +31,7 @@
#include <dbus/dbus.h>
#include <gdbus/gdbus.h>
+#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 476803a..46e90f0 100644
--- a/profiles/proximity/linkloss.c
+++ b/profiles/proximity/linkloss.c
@@ -31,6 +31,7 @@
#include <dbus/dbus.h>
#include <gdbus/gdbus.h>
+#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 3f0f63c..8f36259 100644
--- a/profiles/proximity/manager.c
+++ b/profiles/proximity/manager.c
@@ -31,6 +31,7 @@
#include <glib.h>
#include <gdbus/gdbus.h>
+#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 fb91bc1..9979110 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 3eece9d..f4af0ac 100644
--- a/profiles/scanparam/scan.c
+++ b/profiles/scanparam/scan.c
@@ -29,6 +29,7 @@
#include <stdbool.h>
#include <errno.h>
+#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 e3ab923..608fb43 100644
--- a/profiles/thermometer/thermometer.c
+++ b/profiles/thermometer/thermometer.c
@@ -29,6 +29,7 @@
#include <gdbus/gdbus.h>
+#include "lib/bluetooth.h"
#include "lib/uuid.h"
#include "src/plugin.h"
#include "src/dbus-common.h"