From: Ilia Alshanetsky Date: Sat, 19 Oct 2002 17:05:08 +0000 (+0000) Subject: Silence compile warning, when compiling --with-openssl. X-Git-Tag: php-4.3.0pre2~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec400b8d1660d7a3c9a858e1461e3e22c591b1b3;p=php Silence compile warning, when compiling --with-openssl. --- diff --git a/main/network.c b/main/network.c index 280ced0617..893dbf8825 100644 --- a/main/network.c +++ b/main/network.c @@ -49,6 +49,10 @@ #include #endif +#ifdef HAVE_OPENSSL_EXT +#include +#endif + #ifdef HAVE_SYS_SELECT_H #include #endif