From b7adde6fe762e390ea2a52b1d4bc626076f315c9 Mon Sep 17 00:00:00 2001 From: zfl9 Date: Sat, 31 Aug 2019 13:59:54 +0800 Subject: update dns2tcp.c --- dns2tcp.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dns2tcp.c b/dns2tcp.c index 50a5f14..14d46cb 100644 --- a/dns2tcp.c +++ b/dns2tcp.c @@ -1,6 +1,13 @@ #define _GNU_SOURCE #include "logutils.h" +#include "netutils.h" #include +#include +#include +#include +#include +#include +#include #undef _GNU_SOURCE static bool g_verbose = false; -- cgit v1.2.3