From c91aecddbd0b1d0aac889da5cf4f8aed8d75637c Mon Sep 17 00:00:00 2001 From: Doug Hogan Date: Sat, 12 Jan 2019 16:53:39 -0800 Subject: Also include stdint for code that doesn't pull in common.h --- lib/crypto/c_src/otp_test_engine.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/crypto/c_src/otp_test_engine.c') 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 #include #include +#include #include #include -- cgit v1.2.3