diff options
Diffstat (limited to 'src/lib/libcrypto/bio/b_print.c')
-rw-r--r-- | src/lib/libcrypto/bio/b_print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bio/b_print.c b/src/lib/libcrypto/bio/b_print.c index a62f551635..b4f7a85f2e 100644 --- a/src/lib/libcrypto/bio/b_print.c +++ b/src/lib/libcrypto/bio/b_print.c | |||
@@ -69,6 +69,7 @@ | |||
69 | #ifndef NO_SYS_TYPES_H | 69 | #ifndef NO_SYS_TYPES_H |
70 | #include <sys/types.h> | 70 | #include <sys/types.h> |
71 | #endif | 71 | #endif |
72 | #include <openssl/bn.h> /* To get BN_LLONG properly defined */ | ||
72 | #include <openssl/bio.h> | 73 | #include <openssl/bio.h> |
73 | 74 | ||
74 | #ifdef BN_LLONG | 75 | #ifdef BN_LLONG |