forked from pool/busybox
Marcus Meissner
eff82f8634
busybox 1.22.1 OBS-URL: https://build.opensuse.org/request/show/247618 OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=31
17 lines
498 B
Diff
17 lines
498 B
Diff
---
|
|
include/libbb.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: busybox-1.22.1/include/libbb.h
|
|
===================================================================
|
|
--- 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>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/mman.h>
|
|
+#include <sys/resource.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/time.h>
|