CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added forgotten patch 3.0
authorVictor Martinez <pitillo@ono.com>
Sat, 2 Nov 2013 01:26:38 +0000 (01:26 +0000)
committerVictor Martinez <pitillo@ono.com>
Sat, 2 Nov 2013 01:26:38 +0000 (01:26 +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>