소스 검색

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
Daniel Stenberg 8 달 전
부모
커밋
d14089df01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      m4/curl-functions.m4

+ 1 - 1
m4/curl-functions.m4

@@ -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,