diff --git a/lib/setup.h b/lib/setup.h index 6770ec6c4..083e89093 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -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