From 2d2b5af97df063569c6f719e9d58beffa1b1b8bd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 4 Mar 2015 18:47:52 +0000 Subject: [PATCH] Add missing header for _dbus_sleep_milliseconds() (commit 43d2455) --- tools/dbus-echo.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3