diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-08 17:23:27 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-08 17:23:27 +0200 |
| commit | 7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e (patch) | |
| tree | 49249dae2b01e39dfe75a04b10b4cdfe91566cd4 /init | |
| parent | 87a08e476b38ec9ac4ee93c34599b24a7bb284d9 (diff) | |
| download | busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.gz busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.bz2 busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.zip | |
libbb.h: always include sys/resource.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init')
| -rw-r--r-- | init/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index cac165fc7..6439e2bcd 100644 --- a/init/init.c +++ b/init/init.c | |||
| @@ -130,7 +130,6 @@ | |||
| 130 | #include "libbb.h" | 130 | #include "libbb.h" |
| 131 | #include "common_bufsiz.h" | 131 | #include "common_bufsiz.h" |
| 132 | #include <syslog.h> | 132 | #include <syslog.h> |
| 133 | #include <sys/resource.h> | ||
| 134 | #ifdef __linux__ | 133 | #ifdef __linux__ |
| 135 | # include <linux/vt.h> | 134 | # include <linux/vt.h> |
| 136 | # include <sys/sysinfo.h> | 135 | # include <sys/sysinfo.h> |
