]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 ade8044f2b9062d8f3cf951f3c6c1b5f49940e8a..34af24ac0477b8fb2cd2651fea2ada6409656474 100644 (file)
@@ -53,6 +53,7 @@
 #include <fcntl.h>
 
 #include <process.h>
+#include <stdio.h>
 #include <sys/stat.h>
 #include <sys/types.h>