From 823d8a6eb1dfb18ce044c03f02780cf87b9d5b56 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 4 Jun 2000 07:12:20 +0000 Subject: According to Gordon Atwood , stdlib.h is needed, or size_t won't be defined on SunOS 4.1.4. --- crypto/err/err.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/err') 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 -- cgit v1.2.3