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>
(cherry picked from commit 07b7dcd717)
This commit is contained in:
Simon McVittie 2016-05-16 14:10:36 +01:00
parent 7bcaf35bca
commit 78362cfc62

View file

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