From 2c1f5ce4b17da4b150a262e525b7444c3e2ceee7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 2 Sep 2011 11:20:15 +0000 Subject: [PATCH] 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(+) 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 -- 2.34.1