nmap-4.75-include.patch 476 B

1234567891011121314
  1. diff -Naurp nmap-4.75-orig/nmap_dns.h nmap-4.75/nmap_dns.h
  2. --- nmap-4.75-orig/nmap_dns.h 2008-09-09 08:51:59.000000000 +0200
  3. +++ nmap-4.75/nmap_dns.h 2008-09-09 08:52:19.000000000 +0200
  4. @@ -95,6 +95,9 @@
  5. * *
  6. ***************************************************************************/
  7. +#include <list>
  8. +#include <string>
  9. +
  10. class Target;
  11. void nmap_mass_rdns(Target ** targets, int num_targets);