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=/trunk/; revision=7628
This commit is contained in:
Tor Lillqvist 2008-10-27 08:30:08 +00:00 committed by Tor Lillqvist
parent ca3db696fe
commit 6b2d7a5344
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-24 Matthias Clasen <mclasen@redhat.com>
Bug 556910 [fam-helper.c:223]: Memory leak: sub

View File

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