2014-09-05 12:53:52 +02:00
|
|
|
---
|
|
|
|
include/libbb.h | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
2015-04-25 11:02:17 +02:00
|
|
|
Index: busybox-1.23.2/include/libbb.h
|
2012-07-18 18:11:10 +02:00
|
|
|
===================================================================
|
2015-04-25 11:02:17 +02:00
|
|
|
--- busybox-1.23.2.orig/include/libbb.h
|
|
|
|
+++ busybox-1.23.2/include/libbb.h
|
2014-09-05 12:53:52 +02:00
|
|
|
@@ -40,6 +40,7 @@
|
|
|
|
#include <poll.h>
|
2012-07-18 18:11:10 +02:00
|
|
|
#include <sys/ioctl.h>
|
|
|
|
#include <sys/mman.h>
|
|
|
|
+#include <sys/resource.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include <sys/time.h>
|