From: Daniel Stenberg Date: Thu, 7 Feb 2002 14:47:41 +0000 (+0000) Subject: ugh. the VMS stuff must've been like that for a reason, I put it back again X-Git-Tag: curl-7_9_5-pre2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55c6f60c905b6aa339d3f733340ee15c14988da1;p=curl ugh. the VMS stuff must've been like that for a reason, I put it back again --- diff --git a/lib/setup.h b/lib/setup.h index aa560366b..0e539a360 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -92,10 +92,11 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO) #ifndef STDC_HEADERS /* no standard C headers! */ #ifdef VMS -#include " +#include "../include/curl/stdcheaders.h" #else #include #endif + #else #ifdef _AIX #include