freebsd-ports/sysutils/pflogx/files/patch-src_LogEntryFormat.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

14 lines
309 B
C++

--- src/LogEntryFormat.cpp.orig 2006-05-08 10:23:07 UTC
+++ src/LogEntryFormat.cpp
@@ -34,7 +34,10 @@
#include <time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
-
+#include <sys/param.h>
+#include <sys/queue.h>
+#include <sys/counter.h>
+#include <netpfil/pf/pf.h>
#define STATIC_BUFFER_LEN 128