From: florian Date: Thu, 13 Sep 2012 15:57:59 +0000 (+0000) Subject: [package] busybox: fix build with recent eglibc toolchains X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7db7c73ad45b16d3e026682b2b43db997b6312af;p=openwrt.git [package] busybox: fix build with recent eglibc toolchains git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33395 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 0000000000..d66d66d67e --- /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