From: Simon McVittie Date: Wed, 4 Mar 2015 18:47:52 +0000 (+0000) Subject: Add missing header for _dbus_sleep_milliseconds() (commit 43d2455) X-Git-Tag: dbus-1.9.16~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d2b5af97df063569c6f719e9d58beffa1b1b8bd;p=thirdparty%2Fdbus.git Add missing header for _dbus_sleep_milliseconds() (commit 43d2455) --- diff --git a/tools/dbus-echo.c b/tools/dbus-echo.c index 10e9dc5b8..689c1b844 100644 --- a/tools/dbus-echo.c +++ b/tools/dbus-echo.c @@ -30,6 +30,7 @@ #include +#include "dbus/dbus-sysdeps.h" #include "test-tool.h" #include "tool-common.h"