diff options
author | Jack Lloyd <[email protected]> | 2018-07-24 16:28:54 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-07-24 16:28:54 -0400 |
commit | 0da4e9e6316ce0953866157f15f5aed82a5e4728 (patch) | |
tree | 1136b16fafc48e48f7116da08098b5fbe7920e9d /src/lib/ffi | |
parent | 68a7450b87020393020f5efc98bd9d5bf5acd629 (diff) |
Add include for getenv
Diffstat (limited to 'src/lib/ffi')
-rw-r--r-- | src/lib/ffi/ffi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffi/ffi.cpp b/src/lib/ffi/ffi.cpp index 48b9cf803..6e683dfdc 100644 --- a/src/lib/ffi/ffi.cpp +++ b/src/lib/ffi/ffi.cpp @@ -11,6 +11,7 @@ #include <botan/hex.h> #include <botan/base64.h> #include <cstdio> +#include <cstdlib> namespace Botan_FFI { |