mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
10 lines
192 B
C++
10 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;
|