aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-07 14:47:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-07 14:47:41 +0000
commit55c6f60c905b6aa339d3f733340ee15c14988da1 (patch)
tree90455c16830856b79e042ee1c672d40c13ece670 /lib
parent9def011e8edc5fb4db5a529b0a7a36799286722d (diff)
ugh. the VMS stuff must've been like that for a reason, I put it back again
Diffstat (limited to 'lib')
-rw-r--r--lib/setup.h3
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>