aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar zfl9 <zfl9.com@gmail.com> 2020-03-03 22:02:38 +0800
committerGravatar zfl9 <zfl9.com@gmail.com> 2020-03-03 22:02:38 +0800
commitfff53f9fd33aafc898c5214c96205528fee33a99 (patch)
tree7954cd504daa2d69ab67663d0ff56a04ee9a5c4e
parentuse libev instead of libuv (diff)
downloaddns2tcp-fff53f9fd33aafc898c5214c96205528fee33a99.tar.gz
dns2tcp-fff53f9fd33aafc898c5214c96205528fee33a99.tar.bz2
dns2tcp-fff53f9fd33aafc898c5214c96205528fee33a99.zip
use libev instead of libuv
-rw-r--r--dnsudp2tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dnsudp2tcp.c b/dnsudp2tcp.c
index a2e8e7f..d247e6d 100644
--- a/dnsudp2tcp.c
+++ b/dnsudp2tcp.c
@@ -8,7 +8,6 @@
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
-#include <netdb.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/socket.h>