summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-06-04 07:12:20 +0000
committerRichard Levitte <levitte@openssl.org>2000-06-04 07:12:20 +0000
commit823d8a6eb1dfb18ce044c03f02780cf87b9d5b56 (patch)
tree16d857851771fb916a5bc5d47f91adb51ab77b10 /crypto/err
parentbc596a7418f149be8d5b742154abf5f5366e5b00 (diff)
According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h is
needed, or size_t won't be defined on SunOS 4.1.4.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.h1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
+#include <stdlib.h>
#endif
#ifdef __cplusplus