Commit 55c6f60c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

ugh. the VMS stuff must've been like that for a reason, I put it back again

parent 9def011e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>