use Evil's gettimeofday() function instead of the fake one
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Feb 2009 23:09:15 +0000 (23:09 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Feb 2009 23:09:15 +0000 (23:09 +0000)
in mingw. Fix animations on Windows XP and CE.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39013 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_time.c

index a104b61..f5163a5 100644 (file)
 # include <sys/time.h>
 #endif
 
+#ifdef HAVE_EVIL
+# include <Evil.h> /* for gettimeofday */
+#endif
+
 #include "Ecore.h"
 #include "ecore_private.h"