From 10152d641118f227183673ee03b14ea73e9194af Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 28 Feb 2015 22:20:59 -0800 Subject: [PATCH] tools: Fix includes for gdbus.h header --- tools/bluetooth-player.c | 4 ++-- tools/gap-tester.c | 2 +- tools/gatt-service.c | 3 ++- tools/mpris-proxy.c | 3 ++- tools/obexctl.c | 4 ++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c index f10d9be57..9e199970d 100644 --- a/tools/bluetooth-player.c +++ b/tools/bluetooth-player.c @@ -36,9 +36,9 @@ #include #include #include -#include -#include +#include "gdbus/gdbus.h" +#include "client/display.h" /* String display constants */ #define COLORED_NEW COLOR_GREEN "NEW" COLOR_OFF diff --git a/tools/gap-tester.c b/tools/gap-tester.c index 2a0be915c..2aa404267 100644 --- a/tools/gap-tester.c +++ b/tools/gap-tester.c @@ -25,7 +25,7 @@ #include #endif -#include +#include "gdbus/gdbus.h" #include "src/shared/tester.h" #include "emulator/hciemu.h" diff --git a/tools/gatt-service.c b/tools/gatt-service.c index 6bca4047f..33e0d6a0e 100644 --- a/tools/gatt-service.c +++ b/tools/gatt-service.c @@ -33,7 +33,8 @@ #include #include -#include + +#include "gdbus/gdbus.h" #include "src/error.h" diff --git a/tools/mpris-proxy.c b/tools/mpris-proxy.c index 397f06473..693055ed8 100644 --- a/tools/mpris-proxy.c +++ b/tools/mpris-proxy.c @@ -36,7 +36,8 @@ #include #include -#include + +#include "gdbus/gdbus.h" #define BLUEZ_BUS_NAME "org.bluez" #define BLUEZ_PATH "/org/bluez" diff --git a/tools/obexctl.c b/tools/obexctl.c index b4fdc1cf1..8dcada8ae 100644 --- a/tools/obexctl.c +++ b/tools/obexctl.c @@ -38,9 +38,9 @@ #include #include #include -#include -#include +#include "gdbus/gdbus.h" +#include "client/display.h" /* String display constants */ #define COLORED_NEW COLOR_GREEN "NEW" COLOR_OFF -- 2.47.3