]> granicus.if.org Git - php/commitdiff
Included select.h for NetWare
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Sep 2004 10:28:17 +0000 (10:28 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Sep 2004 10:28:17 +0000 (10:28 +0000)
ext/openssl/xp_ssl.c

index 4d5f590babc1b2ab38628602e5db9681fffdcdaa..568635261334f09a6829e76c743016e2b17ea245 100644 (file)
 #include <openssl/x509.h>
 #include <openssl/err.h>
 
+#ifdef NETWARE
+#include <sys/select.h>
+#endif
+
 int php_openssl_apply_verification_policy(SSL *ssl, X509 *peer, php_stream *stream TSRMLS_DC);
 SSL *php_SSL_new_from_context(SSL_CTX *ctx, php_stream *stream TSRMLS_DC);