1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Add a couple includes which are needed for Philip's nwe get_dns_servers function prototype

This commit is contained in:
fyodor
2008-09-13 07:13:33 +00:00
parent 681296f2c8
commit cdec5e8958

View File

@@ -97,6 +97,9 @@
class Target;
#include <string>
#include <list>
void nmap_mass_rdns(Target ** targets, int num_targets);
const char *lookup_cached_host(u32 ip);