CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
initrd: fixed setup, setup-helper, crux and rc files
[initrd.git] / work / fix-resource_header.patch
CommitLineData
088008db
JB
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>