packages/net/nmap/patches/030-libcxx.patch
2021-06-15 17:47:11 +08:00

21 lines
387 B
Diff

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