2014-09-05 12:53:52 +02:00
|
|
|
---
|
|
|
|
include/libbb.h | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
Index: busybox-1.22.1/include/libbb.h
|
2012-07-18 18:11:10 +02:00
|
|
|
===================================================================
|
2014-09-05 12:53:52 +02:00
|
|
|
--- busybox-1.22.1.orig/include/libbb.h 2014-01-09 18:15:44.000000000 +0000
|
|
|
|
+++ busybox-1.22.1/include/libbb.h 2014-09-05 00:35:51.000000000 +0100
|
|
|
|
@@ -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>
|