From f489db1c6b699aa479a145e28e24b1978bcf7ef6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Jan 2019 17:04:04 +1100 Subject: [PATCH] Haiku: build fix D4130 by @miqlas --- intern/clog/clog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/clog/clog.c b/intern/clog/clog.c index 7ebd3fba425..6882d8e89de 100644 --- a/intern/clog/clog.c +++ b/intern/clog/clog.c @@ -29,7 +29,7 @@ #include /* For 'isatty' to check for color. */ -#if defined(__unix__) || defined(__APPLE__) +#if defined(__unix__) || defined(__APPLE__) || defined(__HAIKU__) # include #endif