From f7fda843fba3bcdc7c3a7b43d90008352c19e222 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 4 Aug 2018 11:06:42 +0200 Subject: Move include statement (m) --- icmpd.c | 1 + icmpd.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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) diff --git a/icmpd.h b/icmpd.h index cb574ee..2c46788 100644 --- a/icmpd.h +++ b/icmpd.h @@ -2,7 +2,6 @@ #include #include -#include "mt.h" struct icmpd_received { -- cgit v1.2.3