mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -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
|
||||
|
||||
#ifndef STDC_HEADERS /* no standard C headers! */
|
||||
#include "stdcheaders.h"
|
||||
#include "curl/stdcheaders.h"
|
||||
#else
|
||||
#ifdef _AIX
|
||||
#include "stdcheaders.h"
|
||||
#include "curl/stdcheaders.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user