From 1423777422606e2e7b625fbb2adcc71ba6e1fdc8 Mon Sep 17 00:00:00 2001 From: caro Date: Thu, 19 Feb 2009 20:17:14 +0000 Subject: [PATCH] Include winsock2.h before time.h. Requested by vc++ git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39102 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/eet_lib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/eet_lib.c b/src/lib/eet_lib.c index bbcb07d..fdd4910 100644 --- a/src/lib/eet_lib.c +++ b/src/lib/eet_lib.c @@ -6,6 +6,10 @@ # include #endif +#if defined(_WIN32) && ! defined(__CEGCC__) +# include +#endif + #ifdef HAVE_ALLOCA_H # include #elif defined __GNUC__ @@ -43,10 +47,6 @@ void *alloca (size_t); # include #endif -#if defined(_WIN32) && ! defined(__CEGCC__) -# include -#endif - #ifdef HAVE_EVIL # include #endif -- 2.7.4