Browse Source

Silence compile warning, when compiling --with-openssl.

experimental/threaded
Ilia Alshanetsky 24 years ago
parent
commit
ec400b8d16
  1. 4
      main/network.c

4
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

Loading…
Cancel
Save