diff options
Diffstat (limited to 'miscutils/time.c')
-rw-r--r-- | miscutils/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index 61f078755..7d6a7a29f 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -32,7 +32,6 @@ | |||
32 | //usage: "\n -a Append (else overwrite)" | 32 | //usage: "\n -a Append (else overwrite)" |
33 | 33 | ||
34 | #include "libbb.h" | 34 | #include "libbb.h" |
35 | #include <sys/resource.h> /* getrusage */ | ||
36 | 35 | ||
37 | /* Information on the resources used by a child process. */ | 36 | /* Information on the resources used by a child process. */ |
38 | typedef struct { | 37 | typedef struct { |