packages/net/nmap/patches/030-libcxx.patch

21 lines
391 B
Diff
Raw Normal View History

--- 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;