diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index a525cce068b..08320074b60 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -69,3 +69,6 @@ | |||
| 69 | 69 | ||
| 70 | /* Enable a special hack in XTread_socket. */ | 70 | /* Enable a special hack in XTread_socket. */ |
| 71 | #define X_IO_BUG | 71 | #define X_IO_BUG |
| 72 | |||
| 73 | /* Override hpux.h which undefs this flag. */ | ||
| 74 | #define HAVE_SYS_WAIT_H | ||