summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nmap/files')
-rw-r--r--net-analyzer/nmap/files/nmap-4.75-include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/nmap/files/nmap-4.75-include.patch b/net-analyzer/nmap/files/nmap-4.75-include.patch
new file mode 100644
index 000000000000..d8105ce78bb4
--- /dev/null
+++ b/net-analyzer/nmap/files/nmap-4.75-include.patch
@@ -0,0 +1,13 @@
+diff -Naurp nmap-4.75-orig/nmap_dns.h nmap-4.75/nmap_dns.h
+--- nmap-4.75-orig/nmap_dns.h 2008-09-09 08:51:59.000000000 +0200
++++ nmap-4.75/nmap_dns.h 2008-09-09 08:52:19.000000000 +0200
+@@ -95,6 +95,9 @@
+ * *
+ ***************************************************************************/
+
++#include <list>
++#include <string>
++
+ class Target;
+
+ void nmap_mass_rdns(Target ** targets, int num_targets);