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:
Diffstat (limited to 'extern/libmv/third_party/glog/src/config.h')
-rw-r--r--extern/libmv/third_party/glog/src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/libmv/third_party/glog/src/config.h b/extern/libmv/third_party/glog/src/config.h
index 102bf9e4034..f5c9c0b0a7b 100644
--- a/extern/libmv/third_party/glog/src/config.h
+++ b/extern/libmv/third_party/glog/src/config.h
@@ -12,4 +12,6 @@
#include "config_linux.h"
#elif defined(_MSC_VER)
#include "windows/config.h"
+#elif defined(__GNU__)
+ #include "config_hurd.h"
#endif