<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/ptunnel.h
+++ b/src/ptunnel.h
@@ -45,9 +45,6 @@
 #define PING_TUNNEL_H 1
 
 #ifndef WIN32
-#ifdef HAVE_ICMPFILTER
-#include &lt;linux/icmp.h&gt;
-#endif
 #ifdef HAVE_SYS_UNISTD_H
 #include &lt;sys/unistd.h&gt;
 #endif
@@ -56,6 +53,9 @@
 #include &lt;netinet/in.h&gt;
 #include &lt;arpa/inet.h&gt;
 #include &lt;netdb.h&gt;
+#ifdef HAVE_ICMPFILTER
+#include &lt;linux/icmp.h&gt;
+#endif
 #include &lt;pthread.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;net/ethernet.h&gt;
</pre></body></html>