From 9f90408e976a4e2c1bdc7debfe10601885a78402 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 5 May 2011 13:40:38 +0800 Subject: [PATCH] Update gcancellable.c for Win32 errno.h is still required for Windows in this file... --- gio/gcancellable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/gcancellable.c b/gio/gcancellable.c index 3573ee8..00a833b 100644 --- a/gio/gcancellable.c +++ b/gio/gcancellable.c @@ -27,6 +27,7 @@ #endif #include #ifdef G_OS_WIN32 +#include #include #include #endif -- 2.7.4