From: bernhardheld Date: Thu, 8 Nov 2001 09:21:42 +0000 (+0000) Subject: Make it right X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=06590866b4a432b9eb88d7ed56be27caece57add;p=fw%2Fsdcc Make it right git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1530 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- 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