diff options
-rw-r--r-- | include/string.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h index ab232a8..f092477 100644 --- a/include/string.h +++ b/include/string.h | |||
@@ -5,9 +5,9 @@ | |||
5 | 5 | ||
6 | #include <sys/types.h> | 6 | #include <sys/types.h> |
7 | 7 | ||
8 | #ifdef __sun | 8 | #if defined(__sun) || defined(__hpux) |
9 | /* Some functions historically defined in string.h were placed in strings.h by | 9 | /* Some functions historically defined in string.h were placed in strings.h by |
10 | * SUS. Use the same hack as OS X and FreeBSD use to work around on Solaris. | 10 | * SUS. Use the same hack as OS X and FreeBSD use to work around on Solaris and HPUX. |
11 | */ | 11 | */ |
12 | #include <strings.h> | 12 | #include <strings.h> |
13 | #endif | 13 | #endif |