Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_con Modified Files: ecore_con_dns.c Log Message: Fix build on OS X, holler if this causes Linux issues. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con_dns.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ecore_con_dns.c 16 Aug 2005 13:15:24 -0000 1.3 +++ ecore_con_dns.c 17 Aug 2005 06:23:58 -0000 1.4 @@ -27,8 +27,12 @@ #include <string.h> #include <unistd.h> #include <ctype.h> +#include <netinet/in.h> +#include <sys/types.h> +#include <sys/socket.h> #include <arpa/inet.h> #include <arpa/nameser.h> +#include <arpa/nameser_compat.h> #include <netdb.h> #include <Ecore.h> ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs