summary refs log tree commit diff
path: root/pkgs/os-specific/linux/busybox/include-missing-sys-resource-header.patch
blob: 8163a86e3cdb47425ee22b9498011cc9a2c7826b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/libbb.h b/include/libbb.h
index f12800f..e7806c2 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -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>