1
0
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:
Adam Weinberger 2014-08-12 15:01:16 +00:00
parent eaf047d2e1
commit 0dd1438ebc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364708

View 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;