diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/nmap/patches/patch-nmap_dns_h |
Initial import
Diffstat (limited to 'package/nmap/patches/patch-nmap_dns_h')
-rw-r--r-- | package/nmap/patches/patch-nmap_dns_h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/nmap/patches/patch-nmap_dns_h b/package/nmap/patches/patch-nmap_dns_h new file mode 100644 index 000000000..2868f42ba --- /dev/null +++ b/package/nmap/patches/patch-nmap_dns_h @@ -0,0 +1,13 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- nmap-4.76.orig/nmap_dns.h 2008-08-21 11:24:35.000000000 +0200 ++++ nmap-4.76/nmap_dns.h 2008-12-14 19:40:58.000000000 +0100 +@@ -95,6 +95,9 @@ + * * + ***************************************************************************/ + ++#include <list> ++#include <string> ++ + class Target; + + void nmap_mass_rdns(Target ** targets, int num_targets); |