diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-09-13 15:57:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-09-13 15:57:59 +0000 |
commit | 623169bc49167458289bc39c180a41aa43abc361 (patch) | |
tree | d57b651f26ff3ff59fb0d6ce4e6b6c383bcfbb24 /package/busybox/patches | |
parent | f2521b81043339c4a4b1d49bef3cba382e63e4d9 (diff) | |
download | upstream-623169bc49167458289bc39c180a41aa43abc361.tar.gz upstream-623169bc49167458289bc39c180a41aa43abc361.tar.bz2 upstream-623169bc49167458289bc39c180a41aa43abc361.zip |
busybox: fix build with recent eglibc toolchains
SVN-Revision: 33395
Diffstat (limited to 'package/busybox/patches')
-rw-r--r-- | package/busybox/patches/005-resource_h_include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 <sys/poll.h> + #include <sys/ioctl.h> + #include <sys/mman.h> ++#include <sys/resource.h> + #include <sys/socket.h> + #include <sys/stat.h> + #include <sys/time.h> |