From 7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 8 Apr 2018 17:23:27 +0200 Subject: libbb.h: always include sys/resource.h Signed-off-by: Denys Vlasenko --- miscutils/time.c | 1 - 1 file changed, 1 deletion(-) (limited to 'miscutils/time.c') 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 @@ //usage: "\n -a Append (else overwrite)" #include "libbb.h" -#include /* getrusage */ /* Information on the resources used by a child process. */ typedef struct { -- cgit v1.2.3