summaryrefslogtreecommitdiffstats
path: root/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'dns.c')
-rw-r--r--dns.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dns.c b/dns.c
index ed42787..e9faad7 100644
--- a/dns.c
+++ b/dns.c
@@ -7,8 +7,6 @@
7#include <errno.h> 7#include <errno.h>
8extern int res_query(); 8extern int res_query();
9extern int res_search(); 9extern int res_search();
10extern int errno;
11extern int h_errno;
12#include "ip.h" 10#include "ip.h"
13#include "ipalloc.h" 11#include "ipalloc.h"
14#include "fmt.h" 12#include "fmt.h"