Commit: 79d3b0b733315444baf0a387aa09eac358683161 Author: Campbell Barton Date: Fri Jan 4 17:04:04 2019 +1100 Branches: blender2.7 https://developer.blender.org/rB79d3b0b733315444baf0a387aa09eac358683161
Haiku: build fix D4130 by @miqlas =================================================================== M intern/clog/clog.c =================================================================== diff --git a/intern/clog/clog.c b/intern/clog/clog.c index f64e7c19a5f..d8a11b068ce 100644 --- a/intern/clog/clog.c +++ b/intern/clog/clog.c @@ -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 _______________________________________________ Bf-blender-cvs mailing list Bf-blender-cvs@blender.org https://lists.blender.org/mailman/listinfo/bf-blender-cvs