aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/otp_test_engine.c
diff options
context:
space:
mode:
authorDoug Hogan <[email protected]>2019-01-12 16:53:39 -0800
committerDoug Hogan <[email protected]>2019-01-12 16:53:39 -0800
commitc91aecddbd0b1d0aac889da5cf4f8aed8d75637c (patch)
treeb20aa82c70114b8feda181ff536514aaaf61a708 /lib/crypto/c_src/otp_test_engine.c
parent9bd2429c7e847d9767cec58707e6fba5f7ced767 (diff)
downloadotp-c91aecddbd0b1d0aac889da5cf4f8aed8d75637c.tar.gz
otp-c91aecddbd0b1d0aac889da5cf4f8aed8d75637c.tar.bz2
otp-c91aecddbd0b1d0aac889da5cf4f8aed8d75637c.zip
Also include stdint for code that doesn't pull in common.h
Diffstat (limited to 'lib/crypto/c_src/otp_test_engine.c')
-rw-r--r--lib/crypto/c_src/otp_test_engine.c1
1 files changed, 1 insertions, 0 deletions
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>