From: bernhardheld Date: Thu, 8 Nov 2001 09:04:45 +0000 (+0000) Subject: Find RLIMIT_CPU in sys/resource.h X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=42575243081505aa1206cd58ed2b52e4b915febf;p=fw%2Fsdcc Find RLIMIT_CPU in sys/resource.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1529 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/regression/fwk/lib/timeout.c b/support/regression/fwk/lib/timeout.c index a768ffe5..b853124b 100644 --- a/support/regression/fwk/lib/timeout.c +++ b/support/regression/fwk/lib/timeout.c @@ -49,6 +49,7 @@ #include #include #include +#include /* Get the status from all child processes that have terminated, without ever waiting. This function is designed to be a handler for SIGCHLD, the signal that indicates