include time.h header files because time_t is used in Evas.h
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 8 May 2009 21:46:01 +0000 (21:46 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 8 May 2009 21:46:01 +0000 (21:46 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@40558 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index c969a6b..dab1e03 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _EVAS_H
 #define _EVAS_H
 
+#include <time.h>
+
 #include <Eina.h>
 
 #ifdef EAPI