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>2018-03-22 18:58:09 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-22 18:58:23 +0300
commit0bce7186f725eb11903ba2d7f8595bfb5e641d43 (patch)
tree80d47010a844100ade751547bceaa5379af055f5 /extern/glog
parent27d9863fa5aaebbd5fda1a14282e100f181dd005 (diff)
Glog: Restore haiko OS
Diffstat (limited to 'extern/glog')
-rw-r--r--extern/glog/src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/glog/src/config.h b/extern/glog/src/config.h
index f5c9c0b0a7b..2703b7ba9dd 100644
--- a/extern/glog/src/config.h
+++ b/extern/glog/src/config.h
@@ -14,4 +14,6 @@
#include "windows/config.h"
#elif defined(__GNU__)
#include "config_hurd.h"
+#elif defined(__HAIKU__)
+ #include "config_haiku.h"
#endif