summaryrefslogtreecommitdiff
path: root/icmpd.c
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2018-08-04 11:06:42 +0200
committerTom Smeding <tom.smeding@gmail.com>2018-08-04 11:06:42 +0200
commitf7fda843fba3bcdc7c3a7b43d90008352c19e222 (patch)
treef5db6404c07efe46ee9d771f3e701eed7ee6c722 /icmpd.c
parent7efe2871fcd0e3bebcebd96618ff7fcbedd46a2c (diff)
Move include statement (m)
Diffstat (limited to 'icmpd.c')
-rw-r--r--icmpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/icmpd.c b/icmpd.c
index fc47daa..d2afb88 100644
--- a/icmpd.c
+++ b/icmpd.c
@@ -12,6 +12,7 @@
#include "util.h"
#include "icmp_server.h"
#include "icmp_client.h"
+#include "mt.h"
#define KEEPALIVE_DELAY 5000 // maximum time to send nothing (milliseconds)