summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-01 09:54:25 +0000
committerBodo Möller <bodo@openssl.org>2000-09-01 09:54:25 +0000
commita545c6f6b1ccc2265fcd0b304b742020e3708013 (patch)
tree20a59187cc48b9846898190e9c04d75fee4b914c /e_os.h
parent5b774c67d3d6043457501b430bd30ec0f45fa668 (diff)
QNX 4 support.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 487f0b2fb3..3af6efb0e0 100644
--- a/e_os.h
+++ b/e_os.h
@@ -363,6 +363,10 @@ extern HINSTANCE _hInstance;
# include <sys/select.h>
# endif
+# ifdef __QNX__
+# include <sys/select.h>
+# endif
+
# if defined(sun)
# include <sys/filio.h>
# else