From 7a2f0e553fa8732371582a88f8da0cbfc1d48a21 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sat, 27 Sep 2014 07:42:55 +0900 Subject: [PATCH] Including sys/resource.h for struct rusage. --- lib/chibi/time.stub | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chibi/time.stub b/lib/chibi/time.stub index 6aa23a33..b6ef9180 100644 --- a/lib/chibi/time.stub +++ b/lib/chibi/time.stub @@ -78,6 +78,7 @@ (cond-expand ((or bsd linux) + (c-system-include "sys/resource.h") (define-c-struct rusage predicate: rusage? ((struct timeval) ru_utime resource-usage-time)