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

17 lines
426 B
Diff
Raw Normal View History

---
include/libbb.h | 1 +
1 file changed, 1 insertion(+)
Index: busybox-1.23.2/include/libbb.h
===================================================================
--- busybox-1.23.2.orig/include/libbb.h
+++ busybox-1.23.2/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>