1
0
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:
Daniel Stenberg 2002-02-07 14:47:41 +00:00
parent 9def011e8e
commit 55c6f60c90

View 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>