diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto/c_src/crypto_callback.c | 1 | ||||
-rw-r--r-- | lib/crypto/c_src/otp_test_engine.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/c_src/crypto_callback.c b/lib/crypto/c_src/crypto_callback.c index ed5a1a6226..c0ca18e2ce 100644 --- a/lib/crypto/c_src/crypto_callback.c +++ b/lib/crypto/c_src/crypto_callback.c @@ -21,6 +21,7 @@ #include <stdio.h> #include <string.h> #include <openssl/opensslconf.h> +#include <stdint.h> #include <erl_nif.h> #include "crypto_callback.h" diff --git a/lib/crypto/c_src/otp_test_engine.c b/lib/crypto/c_src/otp_test_engine.c index 4557eaa877..fdc60f3bbc 100644 --- a/lib/crypto/c_src/otp_test_engine.c +++ b/lib/crypto/c_src/otp_test_engine.c @@ -25,6 +25,7 @@ #include <stdio.h> #include <string.h> #include <limits.h> +#include <stdint.h> #include <openssl/md5.h> #include <openssl/rsa.h> |