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
/
pdesc.c
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
author
Toni Uhlig <matzeton@googlemail.com>
2017-12-19 22:02:16 +0100
committer
Toni Uhlig <matzeton@googlemail.com>
2017-12-19 22:02:16 +0100
commit
8c051422c1673e57ce70cc9dccb6e136d901cc09
(
patch
)
tree
77f81f92e11ed39eb69ea48decfc6372187b0fac
/
src/pdesc.c
parent
00e2c4e6849adc1b9cc8b9daf9069d67ff086dc3
(
diff
)
ptunnel-ng:
* mingw __attribute__
Diffstat
(limited to 'src/pdesc.c')
-rw-r--r--
src/pdesc.c
1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdesc.c b/src/pdesc.c
index 0bc5193..0181cae 100644
--- a/
src/pdesc.c
+++ b/
src/pdesc.c
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include <sys/time.h>
#include "pdesc.h"
#include "options.h"