From: Florian Fainelli Date: Thu, 13 Sep 2012 15:57:59 +0000 (+0000) Subject: busybox: fix build with recent eglibc toolchains X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=623169bc49167458289bc39c180a41aa43abc361;p=librecmc%2Flibrecmc.git busybox: fix build with recent eglibc toolchains SVN-Revision: 33395 --- 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