diff options
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/busybox-1.10.3-tcpudp.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.10.3-tcpudp.patch b/package/busybox/busybox-1.10.3-tcpudp.patch new file mode 100644 index 000000000..f46669397 --- /dev/null +++ b/package/busybox/busybox-1.10.3-tcpudp.patch @@ -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: |