summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorJérôme Duval <jerome.duval@gmail.com>2016-02-23 22:49:01 +0100
committerRich Salz <rsalz@openssl.org>2016-04-14 13:49:42 -0400
commit6e08e9e7ccf00aba847351adc3b46b9dae1f114d (patch)
tree8bfd0b8a2187ca1683164229bd475047b8b4a99f /e_os.h
parentf2ead992c945f13b59058fb3ce56c0227478ec30 (diff)
Add Haiku support.
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 648035d59b..0124e5e67f 100644
--- a/e_os.h
+++ b/e_os.h
@@ -552,6 +552,13 @@ struct servent *getservbyname(const char *name, const char *proto);
# endif
/* end vxworks */
+/* haiku */
+# if defined(OPENSSL_SYS_HAIKU)
+# include <sys/select.h>
+# include <sys/time.h>
+# endif
+/* end haiku */
+
#define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0]))
#ifdef __cplusplus