summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2016-05-14 10:00:20 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2016-05-16 14:11:24 +0200
commit4858faf14e0df343169528a042e96589fda459a0 (patch)
treeb8fe5e5f4b45732547925601c0161b67ce656a6e
parentc126716adacb8fb404283d9ca3d81568a038e54b (diff)
Fix compiling on windows/mingw with automake build system.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=95191 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--dbus/dbus-sysdeps-thread-win.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps-thread-win.c b/dbus/dbus-sysdeps-thread-win.c
index d006cb8b..b5c098cf 100644
--- a/dbus/dbus-sysdeps-thread-win.c
+++ b/dbus/dbus-sysdeps-thread-win.c
@@ -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;