Include string.h for strcmp()

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
This commit is contained in:
Thomas Zimmermann 2016-08-19 11:23:54 +02:00 committed by Simon McVittie
parent 07f87930ca
commit ddbc44adb2

View 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