mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
ugh. the VMS stuff must've been like that for a reason, I put it back again
This commit is contained in:
parent
9def011e8e
commit
55c6f60c90
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user