diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux10.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index b0d4ff6abeb..78f83b9339d 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #include "hpux9shr.h" | 1 | #include "hpux9shr.h" |
| 2 | 2 | ||
| 3 | #define HPUX10 | ||
| 4 | |||
| 3 | /* We have to go this route, rather than hpux9's approach of renaming the | 5 | /* We have to go this route, rather than hpux9's approach of renaming the |
| 4 | functions via macros. The system's stdlib.h has fully prototyped | 6 | functions via macros. The system's stdlib.h has fully prototyped |
| 5 | declarations, which yields a conflicting definition of srand48; it | 7 | declarations, which yields a conflicting definition of srand48; it |