| 12345678910111213 | $Id: update-patches 24 2008-08-31 14:56:13Z wbx $--- nmap-5.00.orig/nmap_dns.h	2009-06-24 23:35:54.000000000 +0200+++ nmap-5.00/nmap_dns.h	2009-07-20 20:33:41.191399691 +0200@@ -86,6 +86,9 @@  *                                                                         *  ***************************************************************************/ +#include <list>+#include <string>+ class Target;  #include <string>
 |