Browse Source
Silence compile warning, when compiling --with-openssl.
experimental/threaded
Ilia Alshanetsky
24 years ago
1 changed files with
4 additions and
0 deletions
-
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 |
|
|
|
|