From cdec5e8958a8a2bce3a5328f96a03792e832d75d Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 13 Sep 2008 07:13:33 +0000 Subject: [PATCH] Add a couple includes which are needed for Philip's nwe get_dns_servers function prototype --- nmap_dns.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nmap_dns.h b/nmap_dns.h index 942b6253d..71f4d24e6 100644 --- a/nmap_dns.h +++ b/nmap_dns.h @@ -97,6 +97,9 @@ class Target; +#include +#include + void nmap_mass_rdns(Target ** targets, int num_targets); const char *lookup_cached_host(u32 ip);