From: nbd Date: Sun, 29 Jun 2014 11:33:03 +0000 (+0000) Subject: conntrack-tools: fix build on octeon X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3ecd2d8013f27f8b55268aea665d9502fd86b024;p=openwrt.git conntrack-tools: fix build on octeon Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41377 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/utils/conntrack-tools/patches/100-compile_fix.patch b/package/network/utils/conntrack-tools/patches/100-compile_fix.patch new file mode 100644 index 0000000000..492f88facc --- /dev/null +++ b/package/network/utils/conntrack-tools/patches/100-compile_fix.patch @@ -0,0 +1,10 @@ +--- a/src/parse.c ++++ b/src/parse.c +@@ -16,6 +16,7 @@ + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + ++#include + #include "network.h" + + #include