summaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-02 11:20:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-02 11:20:32 +0000
commit63ee3b32fe20f19716c61c0a1a15a0722d1648b2 (patch)
tree73624298d8daec28af89fb7c4d05e8f7648ad58f /crypto/conf
parent4ff1a2da10622d05a3f3da48673734a6da6e2b42 (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/conf')
-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 0c1ee2b738..f5fcbb9f6b 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>