diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-07 14:47:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-07 14:47:41 +0000 |
commit | 55c6f60c905b6aa339d3f733340ee15c14988da1 (patch) | |
tree | 90455c16830856b79e042ee1c672d40c13ece670 | |
parent | 9def011e8edc5fb4db5a529b0a7a36799286722d (diff) |
ugh. the VMS stuff must've been like that for a reason, I put it back again
-rw-r--r-- | lib/setup.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 "<curl/stdcheaders.h> +#include "../include/curl/stdcheaders.h" #else #include <curl/stdcheaders.h> #endif + #else #ifdef _AIX #include <curl/stdcheaders.h> |