From a622000f4859173bb7ac484b86cefe9fa4f169e4 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 18 May 2011 21:43:01 -0700 Subject: Revert version bump so win devlibs can catch up. (bzr r10210) --- src/io/sys.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/io/sys.cpp') diff --git a/src/io/sys.cpp b/src/io/sys.cpp index e6c512be2..a68d02707 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -19,7 +19,9 @@ #include #include #include -#include +#if GLIB_CHECK_VERSION(2,6,0) + #include +#endif #include #include -- cgit v1.2.3