commit | a545c6f6b1ccc2265fcd0b304b742020e3708013 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Fri Sep 01 09:54:25 2000 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Fri Sep 01 09:54:25 2000 +0000 |
tree | 20a59187cc48b9846898190e9c04d75fee4b914c | |
parent | 5b774c67d3d6043457501b430bd30ec0f45fa668 [diff] [blame] |
QNX 4 support.
diff --git a/e_os.h b/e_os.h index 487f0b2..3af6efb 100644 --- a/e_os.h +++ b/e_os.h
@@ -363,6 +363,10 @@ # include <sys/select.h> # endif +# ifdef __QNX__ +# include <sys/select.h> +# endif + # if defined(sun) # include <sys/filio.h> # else