diff options
Diffstat (limited to 'net-analyzer/nmap/files/nmap-5.10_beta1-string.patch')
-rw-r--r-- | net-analyzer/nmap/files/nmap-5.10_beta1-string.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/nmap/files/nmap-5.10_beta1-string.patch b/net-analyzer/nmap/files/nmap-5.10_beta1-string.patch new file mode 100644 index 000000000000..df29db3782d5 --- /dev/null +++ b/net-analyzer/nmap/files/nmap-5.10_beta1-string.patch @@ -0,0 +1,11 @@ +--- nmap-5.10BETA1/Target.h.org 2009-12-08 08:21:59.000000000 +0100 ++++ nmap-5.10BETA1/Target.h 2009-12-08 08:22:02.000000000 +0100 +@@ -99,6 +99,8 @@ + + #ifndef NOLUA + #include "nse_main.h" ++#else ++#include <string> + #endif + + #include "portreasons.h" |