]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
test-segfault: add missing include of <stdio.h> on Windows
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 16 May 2016 13:10:36 +0000 (14:10 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 16 May 2016 19:20:19 +0000 (21:20 +0200)
Needed for fprintf (stderr, ...).

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
test/test-segfault.c

index 7e2e82a154f8d335f5039f4d4abdd19060d5997b..b6c0f8ad4e0c559455eedf801c3baadd9d6c0a76 100644 (file)
@@ -14,6 +14,7 @@
 #endif
 
 #ifdef DBUS_WIN
+#include <stdio.h>
 #include <windows.h>
 
 int