CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added forgotten patch
[initramfs.git] / work / fix-resource_header.patch
CommitLineData
4cc802d0
VM
1diff --git a/include/libbb.h b/include/libbb.h
2index f12800f..e7806c2 100644
3--- a/include/libbb.h
4+++ b/include/libbb.h
5@@ -40,6 +40,7 @@
6 #include <sys/poll.h>
7 #include <sys/ioctl.h>
8 #include <sys/mman.h>
9+#include <sys/resource.h>
10 #include <sys/socket.h>
11 #include <sys/stat.h>
12 #include <sys/time.h>