Skip to content
Snippets Groups Projects
Commit aec48e78 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 2ca6bc79
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment