added include of errno.h so the test can check for EINTR.

This commit is contained in:
Joel Sherrill
1996-08-13 14:47:52 +00:00
parent 85f5b4ab06
commit 0d59c7a81f
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
/* functions */ /* functions */
#include <pmacros.h> #include <pmacros.h>
#include <errno.h>
void *POSIX_Init( void *POSIX_Init(
void *argument void *argument

View File

@@ -17,6 +17,7 @@
/* functions */ /* functions */
#include <pmacros.h> #include <pmacros.h>
#include <errno.h>
void *POSIX_Init( void *POSIX_Init(
void *argument void *argument