]> git.gag.com Git - fw/sdcc/blobdiff - support/regression/fwk/lib/timeout.c
Make it right
[fw/sdcc] / 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