Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/data


Modified Files:
        evas_array_hash.c 


Log Message:
missing stdlib.h

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/data/evas_array_hash.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evas_array_hash.c   18 Jul 2008 09:38:03 -0000      1.3
+++ evas_array_hash.c   18 Jul 2008 15:37:52 -0000      1.4
@@ -6,6 +6,8 @@
 # include "config.h"
 #endif
 
+#include <stdlib.h>
+
 #include "Evas_Data.h"
 
 #define EAH_BUCKETS 256



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to