nmap-5.10_beta1-string.patch 252 B

123456789101112
  1. --- nmap-5.10BETA1/Target.h.org 2009-12-08 08:21:59.000000000 +0100
  2. +++ nmap-5.10BETA1/Target.h 2009-12-08 08:22:02.000000000 +0100
  3. @@ -99,6 +99,8 @@
  4. #ifndef NOLUA
  5. #include "nse_main.h"
  6. +#else
  7. +#include <string>
  8. #endif
  9. #include "portreasons.h"