15e2bf6050
This patch is going to be in the next release: http://lists.busybox.net/pipermail/busybox/2012-May/077766.html
13 lines
307 B
Diff
13 lines
307 B
Diff
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>
|