From 2c7c3b62df2661b3276253fb3d8d624d81c398a2 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 24 Dec 2018 12:25:15 +0100 Subject: added additional autoconf ICMP_FILTER compile check Signed-off-by: Toni Uhlig --- src/ptunnel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ptunnel.h') diff --git a/src/ptunnel.h b/src/ptunnel.h index 657a2e6..d93f997 100644 --- a/src/ptunnel.h +++ b/src/ptunnel.h @@ -45,7 +45,9 @@ #define PING_TUNNEL_H 1 #ifndef WIN32 +#ifdef HAVE_ICMPFILTER #include +#endif #ifdef HAVE_SYS_UNISTD_H #include #endif -- cgit v1.2.3