From: Yang Tse Date: Fri, 12 Jun 2009 02:47:35 +0000 (+0000) Subject: include for INT_MAX definition X-Git-Tag: curl-7_19_6~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47e403640baebb0df05639628c8aa5dfa77f76f4;p=curl include for INT_MAX definition --- diff --git a/lib/url.c b/lib/url.c index 840eefeb7..cd79866c7 100644 --- a/lib/url.c +++ b/lib/url.c @@ -76,6 +76,10 @@ #endif /* WIN32 */ +#ifdef HAVE_LIMITS_H +#include +#endif + #ifdef USE_LIBIDN #include #include