From efb410a188fb7f5a9f1d572db1d98b5e3c790a83 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 10 Feb 2000 23:28:10 +0000 Subject: [PATCH] Ellis Pritchard made it work for MacOS X --- lib/getdate.y | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/getdate.y b/lib/getdate.y index d60be3cf0..6ae7eff32 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