blob: 31fb4f53697c0d1b766ff8390d058226c95976dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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>
|