diff options
Diffstat (limited to 'crypto/bn/expspeed.c')
-rw-r--r-- | crypto/bn/expspeed.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bn/expspeed.c b/crypto/bn/expspeed.c index 344f883d35..fe00373246 100644 --- a/crypto/bn/expspeed.c +++ b/crypto/bn/expspeed.c @@ -94,7 +94,8 @@ struct tms { #include <sys/timeb.h> #endif -#ifdef sun +#if defined(sun) || defined(__ultrix) +#define _POSIX_SOURCE #include <limits.h> #include <sys/param.h> #endif |