diff options
| -rw-r--r-- | lib/setup.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/lib/setup.h b/lib/setup.h index aa560366b..0e539a360 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -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> | 
