projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc596a7
)
According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h is
author
Richard Levitte
<levitte@openssl.org>
Sun, 4 Jun 2000 07:12:20 +0000
(07:12 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 4 Jun 2000 07:12:20 +0000
(07:12 +0000)
needed, or size_t won't be defined on SunOS 4.1.4.
crypto/err/err.h
patch
|
blob
|
history
diff --git
a/crypto/err/err.h
b/crypto/err/err.h
index 76a8ed1b38433d121f5290c3287573082d815c11..519a9c5b0913704f1572b12d33913b6461820920 100644
(file)
--- 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