From c446c99587aa226021d02c30354d4cc87feb3f09 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 11 Jan 2009 04:44:01 +0000 Subject: [PATCH] fix peerguardian: include missing 'linux/types.h' before using netfilter SVN-Revision: 13977 --- net/peerguardian/patches/002-new_libipq.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/net/peerguardian/patches/002-new_libipq.patch b/net/peerguardian/patches/002-new_libipq.patch index f5c79d62b..386f6454d 100644 --- a/net/peerguardian/patches/002-new_libipq.patch +++ b/net/peerguardian/patches/002-new_libipq.patch @@ -20,3 +20,13 @@ pgtext_LDADD = -lncurses -lpthread peerguardnf_LDFLAGS = $(all_includes) AM_CPPFLAGS = $(ALL_INCLUDES) +--- a/Blocker_Linux.cpp ++++ b/Blocker_Linux.cpp +@@ -22,6 +22,7 @@ + + #include "PeerGuard.h" + ++#include + #include + extern "C" { + #include -- 2.30.2