diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/cryptlib.h')
-rw-r--r-- | src/lib/libssl/src/crypto/cryptlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libssl/src/crypto/cryptlib.h b/src/lib/libssl/src/crypto/cryptlib.h index a99f3d4614..d1d7cfe80a 100644 --- a/src/lib/libssl/src/crypto/cryptlib.h +++ b/src/lib/libssl/src/crypto/cryptlib.h | |||
@@ -59,6 +59,7 @@ | |||
59 | #ifndef HEADER_CRYPTLIB_H | 59 | #ifndef HEADER_CRYPTLIB_H |
60 | #define HEADER_CRYPTLIB_H | 60 | #define HEADER_CRYPTLIB_H |
61 | 61 | ||
62 | #include <stdint.h> | ||
62 | #include <stdlib.h> | 63 | #include <stdlib.h> |
63 | #include <string.h> | 64 | #include <string.h> |
64 | 65 | ||