diff options
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 { |