Haiku: build fix

D4130 by @miqlas
This commit is contained in:
Campbell Barton 2019-01-04 17:04:04 +11:00
parent c3e454b8e0
commit f489db1c6b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <assert.h>
/* For 'isatty' to check for color. */
#if defined(__unix__) || defined(__APPLE__)
#if defined(__unix__) || defined(__APPLE__) || defined(__HAIKU__)
# include <unistd.h>
#endif