Bug 669538-glib-compile-resources.c: Include io.h on Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 7 Feb 2012 06:41:24 +0000 (14:41 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 10 Feb 2012 00:53:52 +0000 (08:53 +0800)
commitd4e3ae990c55c3673c4d18870173d78c38dd6494
tree1961276129ed86f31088df74b819b332f6713474
parent52d046009607e35b4665fc94aa392874d9aaacb8
Bug 669538-glib-compile-resources.c: Include io.h on Windows

This is needed for close() on Windows (Visual C++ specifically) so that
no C4013 (aka Implicit declaration of ...) errors/warnings will be emitted.
gio/glib-compile-resources.c