fix warnings on opensolaris
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jan 2010 13:44:25 +0000 (13:44 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jan 2010 13:44:25 +0000 (13:44 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@45219 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_main.c
src/lib/ecore_con/ecore_con.c

index 2851fec..364bdf3 100644 (file)
 # define USER_TIMER_MINIMUM 0x0a
 #endif
 
+#ifdef __SUNPRO_C
+# include <ieeefp.h>
+# include <string.h>
+#endif
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
index aa0e8cc..7f9ca82 100644 (file)
@@ -7,6 +7,7 @@
 #endif
 
 #include <stdio.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <arpa/inet.h>