CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added missing patch
authorJose V Beneyto <sepen@crux.nu>
Thu, 11 Oct 2012 00:58:57 +0000 (00:58 +0000)
committerJose V Beneyto <sepen@crux.nu>
Thu, 11 Oct 2012 00:58:57 +0000 (00:58 +0000)
work/fix-resource_header.patch [new file with mode: 0644]

diff --git a/work/fix-resource_header.patch b/work/fix-resource_header.patch
new file mode 100644 (file)
index 0000000..8163a86
--- /dev/null
@@ -0,0 +1,12 @@
+diff --git a/include/libbb.h b/include/libbb.h
+index f12800f..e7806c2 100644
+--- a/include/libbb.h
++++ b/include/libbb.h
+@@ -40,6 +40,7 @@
+ #include <sys/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>