aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorDoug Hogan <[email protected]>2019-01-12 16:36:44 -0800
committerDoug Hogan <[email protected]>2019-01-12 16:36:44 -0800
commit9bd2429c7e847d9767cec58707e6fba5f7ced767 (patch)
tree8d37136bd063949542503b952f80cdcd832aabcb /lib/crypto
parentbc83ebbc2a34def8ffad02ddf2a4976e408c5e31 (diff)
downloadotp-9bd2429c7e847d9767cec58707e6fba5f7ced767.tar.gz
otp-9bd2429c7e847d9767cec58707e6fba5f7ced767.tar.bz2
otp-9bd2429c7e847d9767cec58707e6fba5f7ced767.zip
Add missing header
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/c_src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/c_src/common.h b/lib/crypto/c_src/common.h
index 237073c194..2bc8bdd73c 100644
--- a/lib/crypto/c_src/common.h
+++ b/lib/crypto/c_src/common.h
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <string.h>
#include <limits.h>
+#include <stdint.h>
#include <erl_nif.h>
#include "openssl_config.h"