1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

conntrack-tools: fix build on octeon

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41377
This commit is contained in:
Felix Fietkau 2014-06-29 11:33:03 +00:00
parent d73e2c5528
commit c41dae37bf

@ -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>