2020-06-02 23:29:28 +00:00
|
|
|
--- a/nmap_error.cc
|
|
|
|
+++ b/nmap_error.cc
|
2021-02-27 12:25:01 +00:00
|
|
|
@@ -66,6 +66,7 @@
|
2020-06-02 23:29:28 +00:00
|
|
|
#include "NmapOps.h"
|
|
|
|
#include "xml.h"
|
|
|
|
|
|
|
|
+#include <ctime>
|
|
|
|
#include <errno.h>
|
|
|
|
#if TIME_WITH_SYS_TIME
|
|
|
|
# include <sys/time.h>
|
|
|
|
--- a/nping/EchoServer.cc
|
|
|
|
+++ b/nping/EchoServer.cc
|
2021-02-27 12:25:01 +00:00
|
|
|
@@ -69,6 +69,7 @@
|
2020-06-02 23:29:28 +00:00
|
|
|
#include "NpingOps.h"
|
|
|
|
#include "ProbeMode.h"
|
|
|
|
#include <signal.h>
|
|
|
|
+#include <ctime>
|
|
|
|
|
|
|
|
extern NpingOps o;
|
|
|
|
extern EchoServer es;
|