From ffade5fb964862272130f674db2b774deee4a0c1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 27 Mar 2001 18:33:50 +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 a62f551635..b4f7a85f2e 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