From 0d59c7a81ffe9fe0fe901ad2dd7d5b9fc8e1040b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 13 Aug 1996 14:47:52 +0000 Subject: added include of errno.h so the test can check for EINTR. --- c/src/tests/psxtests/psx02/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/tests') diff --git a/c/src/tests/psxtests/psx02/system.h b/c/src/tests/psxtests/psx02/system.h index 2d0d07b32c..765abc2766 100644 --- a/c/src/tests/psxtests/psx02/system.h +++ b/c/src/tests/psxtests/psx02/system.h @@ -17,6 +17,7 @@ /* functions */ #include +#include void *POSIX_Init( void *argument -- cgit v1.2.3