index
:
ptunnel-ng.git
Tunnel TCP connections through ICMP.
log msg
author
committer
range
coverity_scan
feature/libsodium-integration
feature/wireshark-dissector
master
ptunnel-ng/2.0.0
release
removed_extended_options
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
ptunnel.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/ptunnel.h')
-rw-r--r--
src/ptunnel.h
3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ptunnel.h b/src/ptunnel.h
index 7566f92..d93f997 100644
--- a/
src/ptunnel.h
+++ b/
src/ptunnel.h
@@ -45,6 +45,9 @@
#define PING_TUNNEL_H 1
#ifndef WIN32
+#ifdef HAVE_ICMPFILTER
+#include <linux/icmp.h>
+#endif
#ifdef HAVE_SYS_UNISTD_H
#include <sys/unistd.h>
#endif