mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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