add includes
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 May 2009 12:17:27 +0000 (12:17 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 May 2009 12:17:27 +0000 (12:17 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40794 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_private.h

index 02b4e45..2b09627 100644 (file)
@@ -3,6 +3,9 @@
 
 #include <sys/types.h>
 #include <unistd.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 #ifdef HAVE_SIGNAL_H
 # include <signal.h>