summaryrefslogtreecommitdiff
path: root/net/fping/patches/patch-configure
blob: 1cd788312427d270c14d4a8f2b5d20cabeeaa268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-configure,v 1.1 2017/05/20 11:25:50 adam Exp $

Include missing header.

--- configure.orig	2017-05-20 10:15:54.000000000 +0000
+++ configure
@@ -3098,6 +3098,7 @@ if test "x$enable_ipv6" != "xno"; then :
            for ac_header in netinet/icmp6.h
 do :
   ac_fn_c_check_header_compile "$LINENO" "netinet/icmp6.h" "ac_cv_header_netinet_icmp6_h" "
+      #include <sys/types.h>
       #include <netinet/in.h>
 
 "