time.h should be sufficient
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 May 2011 07:04:24 +0000 (07:04 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 May 2011 07:04:24 +0000 (07:04 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@59096 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_file.h

index 1a73a49..b6f1217 100644 (file)
 #define EINA_FILE_H_
 
 #include <limits.h>
-
-#if defined(__APPLE__) && defined(__MACH__)
-# include <mach/mach_time.h>
-#endif
+#include <time.h>
 
 #include "eina_types.h"
 #include "eina_array.h"