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 96c29900bc (#11940)

Closes #11965
This commit is contained in:
Daniel Stenberg 2023-09-27 14:10:30 +02:00
Родитель 1f92db87e0
Коммит d14089df01
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -273,7 +273,7 @@ curl_includes_stdlib="\
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
include <stdlib.h>
#include <stdlib.h>
/* includes end */"
AC_CHECK_HEADERS(
sys/types.h,