From 06590866b4a432b9eb88d7ed56be27caece57add Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Thu, 8 Nov 2001 09:21:42 +0000 Subject: [PATCH] Make it right git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1530 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/fwk/lib/timeout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/regression/fwk/lib/timeout.c b/support/regression/fwk/lib/timeout.c index b853124b..4e076f3d 100644 --- a/support/regression/fwk/lib/timeout.c +++ b/support/regression/fwk/lib/timeout.c @@ -47,9 +47,10 @@ #include #include #include -#include #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