From c5c30cb3f0cd98b262e2203cf58aafe9f53dc7ee Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Fri, 19 Aug 2016 11:23:54 +0200 Subject: Include string.h for strcmp() Signed-off-by: Thomas Zimmermann --- dbus/dbus-test-main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dbus/dbus-test-main.c b/dbus/dbus-test-main.c index 08e402b..f8088f8 100644 --- a/dbus/dbus-test-main.c +++ b/dbus/dbus-test-main.c @@ -27,6 +27,7 @@ #include "dbus-test.h" #include #include +#include #if HAVE_LOCALE_H #include #endif -- 2.7.4