diff options
Diffstat (limited to 'busybox/libbb.h.patch')
-rw-r--r-- | busybox/libbb.h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/busybox/libbb.h.patch b/busybox/libbb.h.patch new file mode 100644 index 0000000..1c7a331 --- /dev/null +++ b/busybox/libbb.h.patch @@ -0,0 +1,10 @@ +--- include/libbb.h 2012-04-21 21:33:23.000000000 -0400 ++++ include/libbb.h.new 2022-04-29 20:49:40.674509941 -0400 +@@ -40,6 +40,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> |