From 92f96fa721ba8dffb0c081b0ea84e6e87144af5a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 2 Sep 2011 11:20:49 +0000 Subject: PR: 2576 Submitted by: Doug Goldstein Reviewed by: steve Include header file stdlib.h which is needed on some platforms to get getenv() declaration. --- crypto/conf/conf_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto') 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 +#include #include #include #include -- cgit v1.2.3