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.openssl.org/?p=openssl.git;a=commitdiff_plain;h=823d8a6eb1dfb18ce044c03f02780cf87b9d5b56;hp=bc596a7418f149be8d5b742154abf5f5366e5b00;ds=inline 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