Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_image.c eet_lib.c 


Log Message:


add string.h

===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_image.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- eet_image.c 28 Mar 2008 17:17:43 -0000      1.19
+++ eet_image.c 28 Mar 2008 17:29:22 -0000      1.20
@@ -24,6 +24,7 @@
 #endif
 
 #include <stdio.h>
+#include <string.h>
 #include <zlib.h>
 #include <jpeglib.h>
 #include <setjmp.h>
===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -3 -r1.97 -r1.98
--- eet_lib.c   28 Mar 2008 17:17:43 -0000      1.97
+++ eet_lib.c   28 Mar 2008 17:29:22 -0000      1.98
@@ -29,6 +29,7 @@
 #include <sys/stat.h>
 #include <sys/mman.h>
 #include <time.h>
+#include <string.h>
 #include <fnmatch.h>
 #include <fcntl.h>
 #include <zlib.h>



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to