mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
c31df6e995
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45272
11 lines
226 B
Diff
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>
|