Author: nbd Date: 2014-06-29 13:33:03 +0200 (Sun, 29 Jun 2014) New Revision: 41377
Added: trunk/package/network/utils/conntrack-tools/patches/ trunk/package/network/utils/conntrack-tools/patches/100-compile_fix.patch Log: conntrack-tools: fix build on octeon Signed-off-by: Felix Fietkau <[email protected]> Added: trunk/package/network/utils/conntrack-tools/patches/100-compile_fix.patch =================================================================== --- trunk/package/network/utils/conntrack-tools/patches/100-compile_fix.patch (rev 0) +++ trunk/package/network/utils/conntrack-tools/patches/100-compile_fix.patch 2014-06-29 11:33:03 UTC (rev 41377) @@ -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> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
