Skip to content

Commit

Permalink
PR: 2576
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
snhenson committed Sep 2, 2011
1 parent 4ff1a2d commit 63ee3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/conf/conf_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
#endif

#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>
Expand Down

0 comments on commit 63ee3b3

Please sign in to comment.