* eina: add forgotten header.
authorcedric <cedric>
Fri, 3 Dec 2010 18:02:51 +0000 (18:02 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 3 Dec 2010 18:02:51 +0000 (18:02 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@55211 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_counter.c

index 32d2a2a..cdb1bfa 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdarg.h>
 #ifndef _WIN32
 # include <time.h>
+# include <sys/time.h>
 #else
 # define WIN32_LEAN_AND_MEAN
 # include <windows.h>