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 @@ #include -#ifdef __sun +#if defined(__sun) || defined(__hpux) /* Some functions historically defined in string.h were placed in strings.h by - * SUS. Use the same hack as OS X and FreeBSD use to work around on Solaris. + * SUS. Use the same hack as OS X and FreeBSD use to work around on Solaris and HPUX. */ #include #endif