Bug 557592 - Missing include in gwinhttpfile.c

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=/branches/glib-2-18/; revision=7627
This commit is contained in:
Tor Lillqvist
2008-10-27 08:28:31 +00:00
committed by Tor Lillqvist
parent dbfc719775
commit 8fb341766b
2 changed files with 8 additions and 0 deletions

View 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-23 Alexander Larsson <alexl@redhat.com>
Merged from trunk:

View File

@@ -25,6 +25,7 @@
#include "config.h"
#include <string.h>
#include <wchar.h>
#include "gfile.h"
#include "gfileattribute.h"