From 0d59c7a81ffe9fe0fe901ad2dd7d5b9fc8e1040b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 13 Aug 1996 14:47:52 +0000 Subject: [PATCH] added include of errno.h so the test can check for EINTR. --- c/src/tests/psxtests/psx02/system.h | 1 + testsuites/psxtests/psx02/system.h | 1 + 2 files changed, 2 insertions(+) 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 diff --git a/testsuites/psxtests/psx02/system.h b/testsuites/psxtests/psx02/system.h index 2d0d07b32c..765abc2766 100644 --- a/testsuites/psxtests/psx02/system.h +++ b/testsuites/psxtests/psx02/system.h @@ -17,6 +17,7 @@ /* functions */ #include +#include void *POSIX_Init( void *argument