summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-02 11:20:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-02 11:20:49 +0000
commit92f96fa721ba8dffb0c081b0ea84e6e87144af5a (patch)
tree3d0412c5e43ce4affa22e8053fd0c480da76a597 /crypto
parent0d1e3623635fd336724343a1b68f09f9ffe04686 (diff)
PR: 2576
Submitted by: Doug Goldstein <cardoe@gentoo.org> Reviewed by: steve Include header file stdlib.h which is needed on some platforms to get getenv() declaration.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/conf/conf_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c
index 909d72b4b8..17bae8359f 100644
--- a/crypto/conf/conf_api.c
+++ b/crypto/conf/conf_api.c
@@ -64,6 +64,7 @@
#endif
#include <assert.h>
+#include <stdlib.h>
#include <string.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>