From: Dr. Stephen Henson Date: Fri, 2 Sep 2011 11:20:41 +0000 (+0000) Subject: PR: 2576 X-Git-Tag: OpenSSL_1_0_0e~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b86f3197b7f4c94cdc4717805907d32074be29a4;p=oweals%2Fopenssl.git PR: 2576 Submitted by: Doug Goldstein Reviewed by: steve Include header file stdlib.h which is needed on some platforms to get getenv() declaration. --- 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 +#include #include #include #include