this allowes wkcgi to be compiled on a Mac. --md@hudora.de --- 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 #include #include +#ifdef __MACH__ && __APPLE__ +#include +#include +#endif #include #endif