From d14089df0154c82eeb422df34c5886efcbe8f06f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 Sep 2023 14:10:30 +0200 Subject: [PATCH] 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 --- m4/curl-functions.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,