patch-nmap_dns_h 467 B

12345678910111213
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- nmap-4.76.orig/nmap_dns.h 2008-08-21 11:24:35.000000000 +0200
  3. +++ nmap-4.76/nmap_dns.h 2008-12-14 19:40:58.000000000 +0100
  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);