diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 7d02a3b525d..2c88a64976d 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -76,9 +76,11 @@ extern int sys_nerr; | |||
| 76 | #ifdef HPUX | 76 | #ifdef HPUX |
| 77 | #include <netio.h> | 77 | #include <netio.h> |
| 78 | #ifndef HPUX8 | 78 | #ifndef HPUX8 |
| 79 | #ifndef HPUX9 | ||
| 79 | #include <errnet.h> | 80 | #include <errnet.h> |
| 80 | #endif | 81 | #endif |
| 81 | #endif | 82 | #endif |
| 83 | #endif | ||
| 82 | 84 | ||
| 83 | #ifndef O_WRONLY | 85 | #ifndef O_WRONLY |
| 84 | #define O_WRONLY 1 | 86 | #define O_WRONLY 1 |