1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/security/nmap-devel/files/patch-output.cc
Cy Schubert c89426b1f2 security/nmap-devel: New port
Introduce nmap development port. The development branch includes
prerequisite updates including the pcre2 replacement of pcre.
This port tracks the nmap/nmap github repo.
2024-03-28 13:53:59 -07:00

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;