mirror of
https://github.com/curl/curl.git
synced 2026-05-08 14:17:27 +03:00
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:
parent
1f92db87e0
commit
d14089df01
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue