From 18679d10a134533164a8b3ef18daa68831f16aec Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 25 Mar 2008 14:38:45 +0000 Subject: busybox: add 1.10.0 release --- package/busybox/busybox-1.10.0-udhcp.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/busybox/busybox-1.10.0-udhcp.patch (limited to 'package/busybox/busybox-1.10.0-udhcp.patch') diff --git a/package/busybox/busybox-1.10.0-udhcp.patch b/package/busybox/busybox-1.10.0-udhcp.patch new file mode 100644 index 000000000..6a73da0c5 --- /dev/null +++ b/package/busybox/busybox-1.10.0-udhcp.patch @@ -0,0 +1,15 @@ +--- busybox-1.10.0/networking/udhcp/clientsocket.c Thu Mar 20 12:46:42 2008 ++++ busybox-1.10.0-udhcp/networking/udhcp/clientsocket.c Tue Mar 25 07:04:32 2008 +@@ -22,11 +22,11 @@ + */ + + #include ++#include + #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION) + #include + #include + #else +-#include + #include + #include + #endif -- cgit v1.2.3