From c963d75dfdeec11f82e79e727062fbf89afa2c04 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Apr 2012 09:19:23 +1000 Subject: Update EFL to latest beta. --- libraries/embryo/src/lib/embryo_time.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libraries/embryo/src/lib/embryo_time.c') diff --git a/libraries/embryo/src/lib/embryo_time.c b/libraries/embryo/src/lib/embryo_time.c index 8392ec3..90c14cf 100644 --- a/libraries/embryo/src/lib/embryo_time.c +++ b/libraries/embryo/src/lib/embryo_time.c @@ -2,7 +2,7 @@ # include "config.h" #endif -#ifndef HAVE_GETTIMEOFDAY +#ifndef EFL_HAVE_GETTIMEOFDAY # error "Your platform isn't supported yet" #endif @@ -17,6 +17,10 @@ # include #endif +#ifdef HAVE_EXOTIC +# include +#endif + #include "Embryo.h" #include "embryo_private.h" -- cgit v1.1