Patches item #827048, was opened at 2003-10-20 11:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=827048&group_id=4866
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wkcgi MacOS X Build Fix Initial Comment: This fixes compiling on MacOS X 10.2. Sorry attatching didn't work. see http://blogs.23.nu/c0re/stories/1227/ --- WebKit/Adapters/common/wkcommon.h.orig Mon Oct 20 00:03:43 2003 +++ WebKit/Adapters/common/wkcommon.h Mon Oct 20 00:08:11 2003 @@ -17,6 +17,10 @@ #include <sys/socket.h> #include <netdb.h> #include <errno.h> +#ifdef __MACH__ && __APPLE__ +#include <netinet/in.h> +#include <nameser.h> +#endif #include <resolv.h> #endif ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=827048&group_id=4866 ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel