summaryrefslogtreecommitdiff
path: root/os-dep
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-01 14:33:19 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-19 22:39:52 +0200
commit6c4be50a5d775866e79b2f58fafb23a862bd38b2 (patch)
treec8c3c2d6bce8a4d954942883ecae788f45afa1d4 /os-dep
parente33826f01bd78af76e0135c8dfab3387927a82bb (diff)
downloadopenssl-new-6c4be50a5d775866e79b2f58fafb23a862bd38b2.tar.gz
Move Haiku configuration to separate config file to denote
the fact that it's community-supported target. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'os-dep')
-rw-r--r--os-dep/haiku.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os-dep/haiku.h b/os-dep/haiku.h
new file mode 100644
index 0000000000..7e908efaaf
--- /dev/null
+++ b/os-dep/haiku.h
@@ -0,0 +1,2 @@
+#include <sys/select.h>
+#include <sys/time.h>