aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo/src/lib/embryo_time.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-04-22 09:19:23 +1000
committerDavid Walter Seikel2012-04-22 09:19:23 +1000
commitc963d75dfdeec11f82e79e727062fbf89afa2c04 (patch)
tree895633dbf641110be46f117c29890c49b3ffc0bd /libraries/embryo/src/lib/embryo_time.c
parentAdding the new extantz viewer and grid manager. (diff)
downloadSledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.zip
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.gz
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.bz2
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.xz
Update EFL to latest beta.
Diffstat (limited to '')
-rw-r--r--libraries/embryo/src/lib/embryo_time.c6
1 files changed, 5 insertions, 1 deletions
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 @@
2# include "config.h" 2# include "config.h"
3#endif 3#endif
4 4
5#ifndef HAVE_GETTIMEOFDAY 5#ifndef EFL_HAVE_GETTIMEOFDAY
6# error "Your platform isn't supported yet" 6# error "Your platform isn't supported yet"
7#endif 7#endif
8 8
@@ -17,6 +17,10 @@
17# include <Evil.h> 17# include <Evil.h>
18#endif 18#endif
19 19
20#ifdef HAVE_EXOTIC
21# include <Exotic.h>
22#endif
23
20#include "Embryo.h" 24#include "Embryo.h"
21#include "embryo_private.h" 25#include "embryo_private.h"
22 26