summaryrefslogtreecommitdiff
path: root/tools/bluetooth-player.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 22:20:59 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 22:20:59 -0800
commit10152d641118f227183673ee03b14ea73e9194af (patch)
tree62b378d04d5700bae0e01a231aa8a5bb845f919c /tools/bluetooth-player.c
parentbc4377edd42abf7411e42ea54b328b9d5d7e9eb5 (diff)
downloadbluez-10152d641118f227183673ee03b14ea73e9194af.tar.gz
tools: Fix includes for gdbus.h header
Diffstat (limited to 'tools/bluetooth-player.c')
-rw-r--r--tools/bluetooth-player.c4
1 files changed, 2 insertions, 2 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 <readline/readline.h>
#include <readline/history.h>
#include <glib.h>
-#include <gdbus.h>
-#include <client/display.h>
+#include "gdbus/gdbus.h"
+#include "client/display.h"
/* String display constants */
#define COLORED_NEW COLOR_GREEN "NEW" COLOR_OFF