diff options
Diffstat (limited to 'runit')
-rw-r--r-- | runit/chpst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runit/chpst.c b/runit/chpst.c index ac296babf..ed72c8b8c 100644 --- a/runit/chpst.c +++ b/runit/chpst.c | |||
@@ -91,6 +91,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
91 | //usage: "\n a SIGXCPU after N seconds" | 91 | //usage: "\n a SIGXCPU after N seconds" |
92 | 92 | ||
93 | #include "libbb.h" | 93 | #include "libbb.h" |
94 | #include <sys/resource.h> /* getrlimit */ | ||
94 | 95 | ||
95 | /* | 96 | /* |
96 | Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit. | 97 | Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit. |