5e2f1721c40f23f6c67a6c928bcb4fd7c85e32ac
[openwrt/staging/rmilecki.git] / package / utils / busybox / patches / 001-resource_h_include.patch
1 --- a/include/libbb.h
2 +++ b/include/libbb.h
3 @@ -40,6 +40,7 @@
4 #include <poll.h>
5 #include <sys/ioctl.h>
6 #include <sys/mman.h>
7 +#include <sys/resource.h>
8 #include <sys/socket.h>
9 #include <sys/stat.h>
10 #include <sys/time.h>