aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/001-resource_h_include.patch
blob: 5e2f1721c40f23f6c67a6c928bcb4fd7c85e32ac (plain)
1
2
3
4
5
6
7
8
9
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>