Commit aec48e78 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 2ca6bc79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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