From: Nicolas Thill Date: Sun, 11 Jan 2009 04:44:01 +0000 (+0000) Subject: fix peerguardian: include missing 'linux/types.h' before using netfilter X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c446c99587aa226021d02c30354d4cc87feb3f09;p=openwrt%2Fsvn-archive%2Fpackages.git fix peerguardian: include missing 'linux/types.h' before using netfilter SVN-Revision: 13977 --- 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