From: Yang Tse Date: Wed, 10 Jun 2009 12:59:59 +0000 (+0000) Subject: VMS adjustment X-Git-Tag: curl-7_19_6~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d502eb90c674dcba8e169550174b8439c5061da;p=thirdparty%2Fcurl.git VMS adjustment --- diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c index dd5b5ddf7c..c96f3c1804 100644 --- a/docs/examples/anyauthput.c +++ b/docs/examples/anyauthput.c @@ -13,7 +13,9 @@ #ifdef WIN32 # include #else -# ifndef __VMS +# ifdef __VMS + typedef int intptr_t; +# else # include # endif # include