mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Joern.Hartroth@telekom.de rightfully suggested two #include include fixes
This commit is contained in:
parent
2ca6bc7974
commit
aec48e7894
@ -85,10 +85,10 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef STDC_HEADERS /* no standard C headers! */
|
#ifndef STDC_HEADERS /* no standard C headers! */
|
||||||
#include "stdcheaders.h"
|
#include "curl/stdcheaders.h"
|
||||||
#else
|
#else
|
||||||
#ifdef _AIX
|
#ifdef _AIX
|
||||||
#include "stdcheaders.h"
|
#include "curl/stdcheaders.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user