mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
13 lines
318 B
C++
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>
|
|
|