From a91d1013cfb08ae17136f5ee412f5fb670199834 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Wed, 22 Oct 2014 15:47:31 +0900 Subject: update string.h for include strings.h for HPUX environment --- include/string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3-55-g6feb