Fix compiling on windows/mingw with automake build system.
authorRalf Habacker <ralf.habacker@freenet.de>
Sat, 14 May 2016 08:00:20 +0000 (10:00 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 16 May 2016 12:11:24 +0000 (14:11 +0200)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=95191
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-sysdeps-thread-win.c

index d006cb8..b5c098c 100644 (file)
@@ -28,6 +28,8 @@
 #include "dbus-threads.h"
 #include "dbus-list.h"
 
+#include <stdio.h>
+
 #include <windows.h>
 
 static dbus_bool_t global_init_done = FALSE;