Browse Source

conntrack-tools: fix build on octeon

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 41377
Felix Fietkau 11 years ago
parent
commit
c41dae37bf
1 changed files with 10 additions and 0 deletions
  1. 10 0
      package/network/utils/conntrack-tools/patches/100-compile_fix.patch

+ 10 - 0
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 <stdlib.h>
+ #include "network.h"
+ 
+ #include <libnetfilter_conntrack/libnetfilter_conntrack.h>