mirror of
https://github.com/curl/curl.git
synced 2026-08-01 20:00:29 +03: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue