From a7f8d04ee02ea3feda590810de97ecb164c5256a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 27 Sep 2023 12:47:35 +0000 Subject: [PATCH] curl-functions.m4: fixup recent bad edits Follow-up to 96c29900bcec32dd6bc8e9857c8871ff4b8b8ed9 #11940 Closes #11966 --- m4/curl-functions.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index c343b93b44..03872a9092 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -214,7 +214,7 @@ curl_includes_setjmp="\ #ifdef HAVE_SYS_TYPES_H # include #endif -include +#include /* includes end */" AC_CHECK_HEADERS( sys/types.h, @@ -233,7 +233,7 @@ curl_includes_signal="\ #ifdef HAVE_SYS_TYPES_H # include #endif -include +#include /* includes end */" AC_CHECK_HEADERS( sys/types.h,