Add a missing include to make commit f061b67 work on Win32.
[claws.git] / src / common / w32lib.h
index 69e68dd88b1350731b63185ce5e249107e96d9df..fb7b9239eb642060aaeb45cdcd3a6ce609a521de 100644 (file)
@@ -84,6 +84,8 @@
 #include <sys/time.h>
 #endif
 
 #include <sys/time.h>
 #endif
 
+#include <glib/gstdio.h>
+
 /* Mingw32 3.4.4 defines interface to struct and thus breaks our own
    use of that symbol.  Undef it here. */
 #if defined(_BASETYPS_H) && defined(interface) 
 /* Mingw32 3.4.4 defines interface to struct and thus breaks our own
    use of that symbol.  Undef it here. */
 #if defined(_BASETYPS_H) && defined(interface)