From 623169bc49167458289bc39c180a41aa43abc361 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Thu, 13 Sep 2012 15:57:59 +0000
Subject: [PATCH] busybox: fix build with recent eglibc toolchains

SVN-Revision: 33395
---
 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

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>
-- 
GitLab