use Evil's gettimeofday() function instead of the fake one

in mingw. Fix animations on Windows XP and CE.


SVN revision: 39013
This commit is contained in:
Vincent Torri 2009-02-13 23:09:15 +00:00
parent 630e5f1558
commit e17e1e8bb9
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
# include <sys/time.h>
#endif
#ifdef HAVE_EVIL
# include <Evil.h> /* for gettimeofday */
#endif
#include "Ecore.h"
#include "ecore_private.h"