From: Andy Polyakov Date: Thu, 30 Dec 2004 23:40:31 +0000 (+0000) Subject: Make whiny compilers stop complaining about missing prototype. X-Git-Tag: OpenSSL_0_9_7g~17^2~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bdbc9b4d1a64282e83170af697de4fd0929c6d0d;p=oweals%2Fopenssl.git Make whiny compilers stop complaining about missing prototype. --- diff --git a/crypto/comp/c_zlib.c b/crypto/comp/c_zlib.c index 64101bd084..171fa5b86b 100644 --- a/crypto/comp/c_zlib.c +++ b/crypto/comp/c_zlib.c @@ -3,6 +3,7 @@ #include #include #include +#include COMP_METHOD *COMP_zlib(void );