mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Include sys/types.h to fix build.
This commit is contained in:
parent
eaf047d2e1
commit
0dd1438ebc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364708
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…
Reference in New Issue
Block a user