Add missing stdio.h include needed for _vsnprintf(). (cherry picked from commit dddd4...
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Sat, 28 Mar 2009 23:49:34 +0000 (00:49 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 30 Nov 2009 11:00:18 +0000 (12:00 +0100)
dbus/dbus-sysdeps-win.c

index ade8044..34af24a 100644 (file)
@@ -53,6 +53,7 @@
 #include <fcntl.h>
 
 #include <process.h>
+#include <stdio.h>
 #include <sys/stat.h>
 #include <sys/types.h>