From: Daniel Stenberg Date: Thu, 10 Feb 2000 23:28:10 +0000 (+0000) Subject: Ellis Pritchard made it work for MacOS X X-Git-Tag: curl-6_5~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb410a188fb7f5a9f1d572db1d98b5e3c790a83;p=thirdparty%2Fcurl.git Ellis Pritchard made it work for MacOS X --- diff --git a/lib/getdate.y b/lib/getdate.y index d60be3cf0a..6ae7eff325 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -25,7 +25,12 @@ # undef static #endif +#ifdef __APPLE__ +#include +#include +#else #include +#endif #include #include #include