]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Add missing header for _dbus_sleep_milliseconds() (commit 43d2455)
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 4 Mar 2015 18:47:52 +0000 (18:47 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 4 Mar 2015 18:47:52 +0000 (18:47 +0000)
tools/dbus-echo.c

index 10e9dc5b808b817ffd18d34f59f0e43ba692dd46..689c1b844a63a0376d47165f485fa875652f9a51 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <dbus/dbus.h>
 
+#include "dbus/dbus-sysdeps.h"
 #include "test-tool.h"
 #include "tool-common.h"