SHA256
1
0
forked from pool/busybox
busybox/busybox-resource.patch

17 lines
498 B
Diff

---
include/libbb.h | 1 +
1 file changed, 1 insertion(+)
Index: busybox-1.22.1/include/libbb.h
===================================================================
--- busybox-1.22.1.orig/include/libbb.h 2014-01-09 18:15:44.000000000 +0000
+++ busybox-1.22.1/include/libbb.h 2014-09-05 00:35:51.000000000 +0100
@@ -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>