From 6b2d7a53445abd4b4c33b801e1add8995dae3c79 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 27 Oct 2008 08:30:08 +0000 Subject: [PATCH] Bug 557592 - Missing include in gwinhttpfile.c 2008-10-27 Tor Lillqvist Bug 557592 - Missing include in gwinhttpfile.c * win32/gwinhttpfile.c: Include to make it compile with MSVC2008. svn path=/trunk/; revision=7628 --- gio/ChangeLog | 7 +++++++ gio/win32/gwinhttpfile.c | 1 + 2 files changed, 8 insertions(+) diff --git a/gio/ChangeLog b/gio/ChangeLog index fae39c1..edd5272 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,10 @@ +2008-10-27 Tor Lillqvist + + Bug 557592 - Missing include in gwinhttpfile.c + + * win32/gwinhttpfile.c: Include to make it compile with + MSVC2008. + 2008-10-24 Matthias Clasen Bug 556910 – [fam-helper.c:223]: Memory leak: sub diff --git a/gio/win32/gwinhttpfile.c b/gio/win32/gwinhttpfile.c index b5ce3bd..d922d3c 100644 --- a/gio/win32/gwinhttpfile.c +++ b/gio/win32/gwinhttpfile.c @@ -25,6 +25,7 @@ #include "config.h" #include +#include #include "gfile.h" #include "gfileattribute.h" -- 2.7.4