Enlightenment CVS committal

Author  : vapier
Project : e16
Module  : epplets

Dir     : e16/epplets/api


Modified Files:
        epplet.h.in 


Log Message:
include more headers to kill off implicit declaration of function warnings

===================================================================
RCS file: /cvs/e/e16/epplets/api/epplet.h.in,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- epplet.h.in 13 Apr 2006 08:26:31 -0000      1.56
+++ epplet.h.in 15 Apr 2006 19:39:32 -0000      1.57
@@ -23,8 +23,13 @@
 #include <time.h>
 #include <math.h>
 #include <pwd.h>
+#include <ctype.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+
+#ifdef TIME_WITH_SYS_TIME
+#include <sys/time.h>
+#endif
 
 /* preliminary OpenGL Checking */
 #ifdef HAVE_LIBGL




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to