]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Include string.h for strcmp()
authorThomas Zimmermann <tdz@users.sourceforge.net>
Fri, 19 Aug 2016 09:23:54 +0000 (11:23 +0200)
committerSimon McVittie <smcv@collabora.com>
Mon, 3 Dec 2018 17:39:55 +0000 (17:39 +0000)
Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
Reviewed-by: Simon McVittie <smcv@debian.org>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=97357
(cherry picked from commit ddbc44adb2709f6dc248364f02b8b4207ea5a1af)

dbus/dbus-test-main.c

index 08e402b9b6a18496e085887ff9fdce098cc05aad..f8088f8232c40775a88c118a68073c9a9cbe2134 100644 (file)
@@ -27,6 +27,7 @@
 #include "dbus-test.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #if HAVE_LOCALE_H
 #include <locale.h>
 #endif