From: Richard Levitte Date: Tue, 27 Mar 2001 18:34:04 +0000 (+0000) Subject: Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget things... X-Git-Tag: OpenSSL_0_9_6c~182^2~321 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=347177e052616821d81bcb389faf9764fc8bd65d;p=oweals%2Fopenssl.git Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget things like %lld --- 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