Include unistd.h when targeting Haiku OS.

This commit is contained in:
JackBurton79 2018-11-29 00:23:19 +01:00 committed by Christopher Kohlhoff
parent a10d3595eb
commit 0616f498bf

View File

@ -1007,7 +1007,8 @@
|| defined(__FreeBSD__) \
|| defined(__NetBSD__) \
|| defined(__OpenBSD__) \
|| defined(__linux__)
|| defined(__linux__) \
|| defined(__HAIKU__)
# define ASIO_HAS_UNISTD_H 1
# endif
# endif // !defined(ASIO_HAS_BOOST_CONFIG)