Add include to remove warning.
authorcedric <cedric>
Tue, 16 Dec 2008 16:49:00 +0000 (16:49 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 16 Dec 2008 16:49:00 +0000 (16:49 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38167 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_counter.c

index 4563e5d..8ddc031 100644 (file)
 # include "config.h"
 #endif
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdarg.h>
 #ifndef _WIN32
 # include <time.h>
 #else