diff --git a/package/busybox/busybox-1.10.0-tcpudp.patch b/package/busybox/busybox-1.10.0-tcpudp.patch new file mode 100644 index 0000000000..1a9b97b59a --- /dev/null +++ b/package/busybox/busybox-1.10.0-tcpudp.patch @@ -0,0 +1,16 @@ +--- busybox-1.10.0/networking/tcpudp.c Thu Mar 20 12:46:42 2008 ++++ busybox-1.10.0-tcpudp/networking/tcpudp.c Mon Mar 31 21:27:38 2008 +@@ -29,10 +29,10 @@ + * - don't know how to retrieve ORIGDST for udp. + */ + +-#include +-#include /* wants */ +- + #include "libbb.h" ++/* Wants etc, thus included after libbb.h: */ ++#include ++ + // TODO: move into this file: + #include "tcpudp_perhost.h" +