From 76ebd54175bad02b29769d797adf72fdf3df119f Mon Sep 17 00:00:00 2001 From: "Randall S. Becker" Date: Tue, 5 Dec 2017 10:41:27 -0600 Subject: configure: check for netinet/in6.h Needed by HPE NonStop NSE and NSX systems Fixes #2146 Closes #2155 --- lib/curl_addrinfo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/curl_addrinfo.c') diff --git a/lib/curl_addrinfo.c b/lib/curl_addrinfo.c index 6eb28bbcb..ec76f7540 100644 --- a/lib/curl_addrinfo.c +++ b/lib/curl_addrinfo.c @@ -27,6 +27,9 @@ #ifdef HAVE_NETINET_IN_H # include #endif +#ifdef HAVE_NETINET_IN6_H +# include +#endif #ifdef HAVE_NETDB_H # include #endif -- cgit v1.2.3