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
1 changed files with 2 additions and 2 deletions

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