1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Joern.Hartroth@telekom.de rightfully suggested two #include include fixes

This commit is contained in:
Daniel Stenberg 2000-01-17 17:29:42 +00:00
parent 2ca6bc7974
commit aec48e7894

View File

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