Bug 557592 - Missing include in gwinhttpfile.c
authorTor Lillqvist <tml@novell.com>
Mon, 27 Oct 2008 08:30:08 +0000 (08:30 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 27 Oct 2008 08:30:08 +0000 (08:30 +0000)
2008-10-27  Tor Lillqvist  <tml@novell.com>

Bug 557592 - Missing include in gwinhttpfile.c

* win32/gwinhttpfile.c: Include <wchar.h> to make it compile with
MSVC2008.

svn path=/trunk/; revision=7628

gio/ChangeLog
gio/win32/gwinhttpfile.c

index fae39c1..edd5272 100644 (file)
@@ -1,3 +1,10 @@
+2008-10-27  Tor Lillqvist  <tml@novell.com>
+
+       Bug 557592 - Missing include in gwinhttpfile.c
+
+       * win32/gwinhttpfile.c: Include <wchar.h> to make it compile with
+       MSVC2008.
+
 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 556910 – [fam-helper.c:223]: Memory leak: sub
index b5ce3bd..d922d3c 100644 (file)
@@ -25,6 +25,7 @@
 #include "config.h"
 
 #include <string.h>
+#include <wchar.h>
 
 #include "gfile.h"
 #include "gfileattribute.h"