upstream merge
[framework/uifw/embryo.git] / src / lib / embryo_time.c
index 3b7b91d..90c14cf 100644 (file)
@@ -2,17 +2,25 @@
 # include "config.h"
 #endif
 
-#ifndef HAVE_GETTIMEOFDAY
+#ifndef EFL_HAVE_GETTIMEOFDAY
 # error "Your platform isn't supported yet"
 #endif
 
 #include <sys/time.h>
 #include <time.h>
 
+#ifdef _MSC_VER
+# include <winsock2.h>
+#endif
+
 #ifdef HAVE_EVIL
 # include <Evil.h>
 #endif
 
+#ifdef HAVE_EXOTIC
+# include <Exotic.h>
+#endif
+
 #include "Embryo.h"
 #include "embryo_private.h"