From 7db7c73ad45b16d3e026682b2b43db997b6312af Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 13 Sep 2012 15:57:59 +0000 Subject: [package] busybox: fix build with recent eglibc toolchains git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33395 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/patches/005-resource_h_include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/busybox/patches/005-resource_h_include.patch (limited to 'package/busybox') diff --git a/package/busybox/patches/005-resource_h_include.patch b/package/busybox/patches/005-resource_h_include.patch new file mode 100644 index 000000000..d66d66d67 --- /dev/null +++ b/package/busybox/patches/005-resource_h_include.patch @@ -0,0 +1,10 @@ +--- a/include/libbb.h ++++ b/include/libbb.h +@@ -35,6 +35,7 @@ + #include + #include + #include ++#include + #include + #include + #include -- cgit v1.2.3