Enlightenment CVS committal Author : vapier Project : e17 Module : apps/imlib2_tools
Dir : e17/apps/imlib2_tools/src Modified Files: dither.c Log Message: need string.h for memset() prototype =================================================================== RCS file: /cvs/e/e17/apps/imlib2_tools/src/dither.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- dither.c 12 Nov 2001 02:41:07 -0000 1.1 +++ dither.c 19 Mar 2007 05:05:48 -0000 1.2 @@ -37,6 +37,7 @@ #endif #include <stdlib.h> +#include <string.h> #include <stdio.h> #include <X11/Xlib.h> #include <Imlib2.h> ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs