busybox 1.10.3 patch
This commit is contained in:
parent
f85cd12c17
commit
e147608e7d
10
package/busybox/busybox-1.10.3-tcpudp.patch
Normal file
10
package/busybox/busybox-1.10.3-tcpudp.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- busybox-1.10.3/networking/tcpudp.c Sat Apr 19 06:03:13 2008
|
||||
+++ busybox-1.10.3-tcpudp/networking/tcpudp.c Fri Jun 13 11:38:54 2008
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
#include "libbb.h"
|
||||
/* Wants <limits.h> etc, thus included after libbb.h: */
|
||||
+#include <linux/types.h> /* for __be32 etc */
|
||||
#include <linux/netfilter_ipv4.h>
|
||||
|
||||
// TODO: move into this file:
|
Loading…
Reference in New Issue
Block a user