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 /debianutils | |
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 'debianutils')
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index c8b7fa8f2..fa77a7e00 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -116,8 +116,6 @@ Misc options: | |||
116 | //usage: ) | 116 | //usage: ) |
117 | //usage: "\n -q Quiet" | 117 | //usage: "\n -q Quiet" |
118 | 118 | ||
119 | #include <sys/resource.h> | ||
120 | |||
121 | /* Override ENABLE_FEATURE_PIDFILE */ | 119 | /* Override ENABLE_FEATURE_PIDFILE */ |
122 | #define WANT_PIDFILE 1 | 120 | #define WANT_PIDFILE 1 |
123 | #include "libbb.h" | 121 | #include "libbb.h" |