]> granicus.if.org Git - curl/commitdiff
ugh. the VMS stuff must've been like that for a reason, I put it back again
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Feb 2002 14:47:41 +0000 (14:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Feb 2002 14:47:41 +0000 (14:47 +0000)
lib/setup.h

index aa560366b4c30c328b30d0e3c3fb70c1dd931cb7..0e539a360028fddf57a52eb86d0cc68421772ea5 100644 (file)
@@ -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>