From: Daniel Stenberg Date: Wed, 27 Sep 2023 12:10:30 +0000 (+0200) Subject: curl-functions.m4: fix include line X-Git-Tag: curl-8_4_0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d14089df0154c82eeb422df34c5886efcbe8f06f;p=thirdparty%2Fcurl.git curl-functions.m4: fix include line This made the getaddrinfo detection fail, but we did not spot it in the CI because it graciously falled back to using legacy functions instead! Follow-up to 96c29900bcec (#11940) Closes #11965 --- diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index 1c96fb3bf0..c343b93b44 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -273,7 +273,7 @@ curl_includes_stdlib="\ #ifdef HAVE_SYS_TYPES_H # include #endif -include +#include /* includes end */" AC_CHECK_HEADERS( sys/types.h,