Enlightenment CVS committal Author : kwo Project : e17 Module : libs/eet
Dir : e17/libs/eet/src/lib Modified Files: eet_image.c Log Message: Add netinet/in.h for htonl(). =================================================================== RCS file: /cvs/e/e17/libs/eet/src/lib/eet_image.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- eet_image.c 28 Mar 2008 17:29:22 -0000 1.20 +++ eet_image.c 3 Apr 2008 19:29:55 -0000 1.21 @@ -23,6 +23,10 @@ void *alloca (size_t); #endif +#ifdef HAVE_NETINET_IN_H +# include <netinet/in.h> +#endif + #include <stdio.h> #include <string.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