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.
This commit is contained in:
Dr. Stephen Henson 2011-09-02 11:20:32 +00:00
parent 4ff1a2da10
commit 63ee3b32fe

View file

@ -64,6 +64,7 @@
#endif
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>