forked from Lainports/freebsd-ports
Include sys/types.h to fix build.
This commit is contained in:
parent
eaf047d2e1
commit
0dd1438ebc
1 changed files with 10 additions and 0 deletions
10
sysutils/pflogx/files/patch-include__Options.h
Normal file
10
sysutils/pflogx/files/patch-include__Options.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- ./include/Options.h.orig 2014-08-12 10:59:56.000000000 -0400
|
||||
+++ ./include/Options.h 2014-08-12 11:00:09.000000000 -0400
|
||||
@@ -33,6 +33,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
+#include <sys/types.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
Loading…
Add table
Reference in a new issue