From: Richard Levitte Date: Sun, 4 Jun 2000 07:12:20 +0000 (+0000) Subject: According to Gordon Atwood , stdlib.h is X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~93 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=823d8a6eb1dfb18ce044c03f02780cf87b9d5b56;p=oweals%2Fopenssl.git According to Gordon Atwood , stdlib.h is needed, or size_t won't be defined on SunOS 4.1.4. --- diff --git a/crypto/err/err.h b/crypto/err/err.h index 76a8ed1b38..519a9c5b09 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -61,6 +61,7 @@ #ifndef NO_FP_API #include +#include #endif #ifdef __cplusplus