aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/001-resource_h_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/001-resource_h_include.patch')
-rw-r--r--package/utils/busybox/patches/001-resource_h_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/utils/busybox/patches/001-resource_h_include.patch b/package/utils/busybox/patches/001-resource_h_include.patch
new file mode 100644
index 0000000..5e2f172
--- /dev/null
+++ b/package/utils/busybox/patches/001-resource_h_include.patch
@@ -0,0 +1,10 @@
+--- a/include/libbb.h
++++ b/include/libbb.h
+@@ -40,6 +40,7 @@
+ #include <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>