diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2016-05-16 14:10:36 +0100 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2016-05-16 21:20:19 +0200 |
commit | 07b7dcd7178f927cd0b3a3282396b7f99c0b1d29 (patch) | |
tree | 83bdbf51e551f679f6b4e06bfcd3528143d05827 /test/test-segfault.c | |
parent | 37241fc0e1c341b47861203b6b9c42f3b65a6de8 (diff) | |
download | dbus-07b7dcd7178f927cd0b3a3282396b7f99c0b1d29.tar.gz |
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>
Diffstat (limited to 'test/test-segfault.c')
-rw-r--r-- | test/test-segfault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-segfault.c b/test/test-segfault.c index 7e2e82a1..b6c0f8ad 100644 --- a/test/test-segfault.c +++ b/test/test-segfault.c @@ -14,6 +14,7 @@ #endif #ifdef DBUS_WIN +#include <stdio.h> #include <windows.h> int |