From 55c6f60c905b6aa339d3f733340ee15c14988da1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 7 Feb 2002 14:47:41 +0000 Subject: ugh. the VMS stuff must've been like that for a reason, I put it back again --- lib/setup.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3