mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:37:28 +03:00
Joern.Hartroth@telekom.de rightfully suggested two #include include fixes
This commit is contained in:
parent
2ca6bc7974
commit
aec48e7894
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue