Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-02-11 17:03:28 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-02-11 17:03:28 +0300
commit93592009562f6c5cd18035c4562a11a50ec25dc8 (patch)
tree6b27179f23e8aeed2c712edbd4bdc45fc267d48d /intern/cycles/util
parente379a9ba918dbf27e81fd289e98314197109b54c (diff)
Fix build error on macOS after recent changes.
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_system.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_system.cpp b/intern/cycles/util/util_system.cpp
index 6255596cd06..fc6db1f6662 100644
--- a/intern/cycles/util/util_system.cpp
+++ b/intern/cycles/util/util_system.cpp
@@ -28,6 +28,7 @@
# endif
# include "util_windows.h"
#elif defined(__APPLE__)
+# include <sys/ioctl.h>
# include <sys/sysctl.h>
# include <sys/types.h>
#else