aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/time.c b/miscutils/time.c
index 945f15f0d..ffed38632 100644
--- a/miscutils/time.c
+++ b/miscutils/time.c
@@ -16,6 +16,7 @@
16//usage: "\n -v Verbose" 16//usage: "\n -v Verbose"
17 17
18#include "libbb.h" 18#include "libbb.h"
19#include <sys/resource.h> /* getrusage */
19 20
20/* Information on the resources used by a child process. */ 21/* Information on the resources used by a child process. */
21typedef struct { 22typedef struct {