From: Andy Polyakov Date: Thu, 30 Dec 2004 23:39:06 +0000 (+0000) Subject: Make whiny compilers stop complaining about missing prototype. X-Git-Tag: OpenSSL_0_9_7f~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ca3a0aa8652165f61e9450b1271e13fced81e47;p=openssl Make whiny compilers stop complaining about missing prototype. --- diff --git a/crypto/comp/c_zlib.c b/crypto/comp/c_zlib.c index 345b59d75d..1bd2850d15 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 );