Make it right
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 8 Nov 2001 09:21:42 +0000 (09:21 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 8 Nov 2001 09:21:42 +0000 (09:21 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1530 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/fwk/lib/timeout.c

index b853124b98cb1a7286d26b0cfbc7cb8284a83927..4e076f3d037be1d5e11b0b68a24127e7a9b1225d 100644 (file)
 #include <signal.h>
 #include <stdio.h>
 #include <sys/wait.h>
-#include <unistd.h>
 #include <sys/types.h>
+#include <sys/time.h>
 #include <sys/resource.h>
+#include <unistd.h>
 
 /* 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