From 42575243081505aa1206cd58ed2b52e4b915febf Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Thu, 8 Nov 2001 09:04:45 +0000 Subject: [PATCH] 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 --- support/regression/fwk/lib/timeout.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2