1
1
Files
zyxel-vmg8825_b50b-cfw/package/busybox/patches-1_20_1/001-resource_h_include.patch
T
2026-04-17 18:33:03 +02:00

11 lines
226 B
Diff

--- a/include/libbb.h
+++ b/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>