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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-09-12 17:06:50 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-09-12 17:06:50 +0300
commitd15899cca71df8cce3f73ef808899190ec33ebb8 (patch)
treef65b6679474410dad744731c81db3137571bb31e /intern/cycles/util/util_path.cpp
parent98c7e7589754500eb4a24825f71e46dd77e29983 (diff)
Cycles: Fix compilation error after recent commits
Diffstat (limited to 'intern/cycles/util/util_path.cpp')
-rw-r--r--intern/cycles/util/util_path.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/util/util_path.cpp b/intern/cycles/util/util_path.cpp
index d515b62d49f..9ec67cb0330 100644
--- a/intern/cycles/util/util_path.cpp
+++ b/intern/cycles/util/util_path.cpp
@@ -37,6 +37,8 @@ OIIO_NAMESPACE_USING
# define DIR_SEP '/'
# include <dirent.h>
# include <pwd.h>
+# include <unistd.h>
+# include <sys/types.h>
#endif
#ifdef HAVE_SHLWAPI_H