mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
10 lines
194 B
C++
10 lines
194 B
C++
--- output.cc.orig 2017-06-07 12:32:38 UTC
|
|
+++ output.cc
|
|
@@ -157,6 +157,7 @@
|
|
#include <set>
|
|
#include <vector>
|
|
#include <list>
|
|
+#include <sys/param.h>
|
|
#include <sstream>
|
|
|
|
extern NmapOps o;
|