Include unistd.h when targeting Haiku OS.
This commit is contained in:
parent
a10d3595eb
commit
0616f498bf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user