summaryrefslogtreecommitdiff
path: root/sysutils/pflogx/files/patch-src_LogEntryFormat.cpp
blob: 7752521b5a77314e747ac8140d61b5516641e5da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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