summaryrefslogtreecommitdiff
path: root/tools/dbus-echo.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-03-04 18:47:52 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-03-04 18:47:52 +0000
commit2d2b5af97df063569c6f719e9d58beffa1b1b8bd (patch)
tree60faeed15af98ccc1179575259367d5175687095 /tools/dbus-echo.c
parent2c7abec29efc31a265c354fc70c9dc6a3aec92dc (diff)
downloaddbus-2d2b5af97df063569c6f719e9d58beffa1b1b8bd.tar.gz
Add missing header for _dbus_sleep_milliseconds() (commit 43d2455)
Diffstat (limited to 'tools/dbus-echo.c')
-rw-r--r--tools/dbus-echo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dbus-echo.c b/tools/dbus-echo.c
index 10e9dc5b..689c1b84 100644
--- a/tools/dbus-echo.c
+++ b/tools/dbus-echo.c
@@ -30,6 +30,7 @@
#include <dbus/dbus.h>
+#include "dbus/dbus-sysdeps.h"
#include "test-tool.h"
#include "tool-common.h"