Find RLIMIT_CPU in sys/resource.h
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 8 Nov 2001 09:04:45 +0000 (09:04 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 8 Nov 2001 09:04:45 +0000 (09:04 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1529 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/fwk/lib/timeout.c

index a768ffe562c8f7db2ab5af8c84183debf6f7ffa3..b853124b98cb1a7286d26b0cfbc7cb8284a83927 100644 (file)
@@ -49,6 +49,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <sys/types.h>
+#include <sys/resource.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