You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
391 B

  1. --- a/nmap_error.cc
  2. +++ b/nmap_error.cc
  3. @@ -134,6 +134,7 @@
  4. #include "NmapOps.h"
  5. #include "xml.h"
  6. +#include <ctime>
  7. #include <errno.h>
  8. #if TIME_WITH_SYS_TIME
  9. # include <sys/time.h>
  10. --- a/nping/EchoServer.cc
  11. +++ b/nping/EchoServer.cc
  12. @@ -137,6 +137,7 @@
  13. #include "NpingOps.h"
  14. #include "ProbeMode.h"
  15. #include <signal.h>
  16. +#include <ctime>
  17. extern NpingOps o;
  18. extern EchoServer es;