--- a/nmap_error.cc | |
+++ b/nmap_error.cc | |
@@ -134,6 +134,7 @@ | |
#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 | |
@@ -137,6 +137,7 @@ | |
#include "NpingOps.h" | |
#include "ProbeMode.h" | |
#include <signal.h> | |
+#include <ctime> | |
extern NpingOps o; | |
extern EchoServer es; |