diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-19 17:05:08 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-19 17:05:08 +0000 |
commit | ec400b8d1660d7a3c9a858e1461e3e22c591b1b3 (patch) | |
tree | a33eb4144de96e8506fb27d9107065d0c4542ddc /main/network.c | |
parent | 8ca0b28b6aab884ff27936008e2dc22724b1acf6 (diff) | |
download | php-git-ec400b8d1660d7a3c9a858e1461e3e22c591b1b3.tar.gz |
Silence compile warning, when compiling --with-openssl.
Diffstat (limited to 'main/network.c')
-rw-r--r-- | main/network.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <fcntl.h> #endif +#ifdef HAVE_OPENSSL_EXT +#include <openssl/err.h> +#endif + #ifdef HAVE_SYS_SELECT_H #include <sys/select.h> #endif |