test-segfault: add missing include of <stdio.h> on Windows

Needed for fprintf (stderr, ...).

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
This commit is contained in:
Simon McVittie 2016-05-16 14:10:36 +01:00 committed by Ralf Habacker
parent 37241fc0e1
commit 07b7dcd717

View file

@ -14,6 +14,7 @@
#endif
#ifdef DBUS_WIN
#include <stdio.h>
#include <windows.h>
int