conntrack-tools: fix build on octeon
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41377
This commit is contained in:
parent
d73e2c5528
commit
c41dae37bf
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue