Fix various stuff: that VC++ 5.0 chokes on:
[openssl.git] / crypto / bn / expspeed.c
index 344f883d35f10c55d1a65d64faa7ee138af16ffd..fe00373246cf2e6bf35d062ff3f9c5d6a6402aa1 100644 (file)
@@ -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