mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
c89426b1f2
Introduce nmap development port. The development branch includes prerequisite updates including the pcre2 replacement of pcre. This port tracks the nmap/nmap github repo.
11 lines
192 B
C++
11 lines
192 B
C++
--- output.cc.orig 2020-10-02 16:12:22 UTC
|
|
+++ output.cc
|
|
@@ -90,6 +90,7 @@
|
|
#include <set>
|
|
#include <vector>
|
|
#include <list>
|
|
+#include <sys/param.h>
|
|
#include <sstream>
|
|
|
|
extern NmapOps o;
|