diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
commit | e5a5b64c61de0b687b465fb19d8f0208df7cc14e (patch) | |
tree | 00d8967a3cf7506e37d969e484a200b68c63b2c8 /busybox | |
parent | 700a1b10b3a9d021b6a02d0f837ddfde52578634 (diff) |
add complete build system
Diffstat (limited to 'busybox')
-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> |