Date: Tue, 12 Aug 2014 15:01:16 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364708 - head/sysutils/pflogx/files Message-ID: <53ea2c3c.6933.3c821df@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Aug 12 15:01:16 2014 New Revision: 364708 URL: http://svnweb.freebsd.org/changeset/ports/364708 QAT: https://qat.redports.org/buildarchive/r364708/ Log: Include sys/types.h to fix build. Added: head/sysutils/pflogx/files/ head/sysutils/pflogx/files/patch-include__Options.h (contents, props changed) Added: head/sysutils/pflogx/files/patch-include__Options.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pflogx/files/patch-include__Options.h Tue Aug 12 15:01:16 2014 (r364708) @@ -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; +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea2c3c.6933.3c821df>