ports/sysutils/pflogx/files/patch-src_CmdLineParser.cpp
Peter Libassi 02cd17e8ff sysutils/pflogx: unbreak, fix compiler errors and warnings
Submitter becomes maintainer.

PR:		269371
2023-05-12 01:23:27 +02:00

13 lines
318 B
C++

--- src/CmdLineParser.cpp.orig 2006-05-08 10:21:40 UTC
+++ src/CmdLineParser.cpp
@@ -31,6 +31,10 @@
#include "CmdLineParser.h"
#include "LogEntry.h"
#include "StrTools.h"
+#include <sys/param.h>
+#include <sys/queue.h>
+#include <sys/counter.h>
+#include <netpfil/pf/pf.h>
#include <unistd.h>
#include <vector>