Add a missing include to make commit f061b67 work on Win32.
authorAndrej Kacian <ticho@claws-mail.org>
Sat, 6 Jun 2015 16:24:49 +0000 (18:24 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Sat, 6 Jun 2015 16:24:49 +0000 (18:24 +0200)
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)