Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : flame

Dir     : e_modules/flame


Modified Files:
        e_mod_main.c 


Log Message:
Be sure to include stdlib.h as we use the rand() function in here.

===================================================================
RCS file: /cvs/e/e_modules/flame/e_mod_main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_mod_main.c        3 Jun 2006 13:33:25 -0000       1.21
+++ e_mod_main.c        27 Jun 2006 02:14:20 -0000      1.22
@@ -1,5 +1,6 @@
 #include <e.h>
 #include <time.h>
+#include <stdlib.h>
 #include "config.h"
 #include "e_mod_main.h"
 #include "e_mod_config.h"



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to