From 347177e052616821d81bcb389faf9764fc8bd65d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 27 Mar 2001 18:34:04 +0000 Subject: [PATCH] Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget things like %lld --- crypto/bio/b_print.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index f6277426d7..40070fbbde 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -69,6 +69,7 @@ #ifndef NO_SYS_TYPES_H #include #endif +#include /* To get BN_LLONG properly defined */ #include #ifdef BN_LLONG -- 2.25.1