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>2017-04-10 17:20:18 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-10 17:20:18 +0300
commit39451ac7128ef753da24ae74486c51a8a40e2719 (patch)
tree2fdf4cd8310a34af6bf7d877c090e9b32a6add2c /source/blender/gpu/GPU_legacy_stubs.h
parente68b80856475423c1c1a855b2db7b0ed9563919a (diff)
Fix compilation error with strick flags caused by missing abort()
Diffstat (limited to 'source/blender/gpu/GPU_legacy_stubs.h')
-rw-r--r--source/blender/gpu/GPU_legacy_stubs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_legacy_stubs.h b/source/blender/gpu/GPU_legacy_stubs.h
index 4718789e6f2..6201b182896 100644
--- a/source/blender/gpu/GPU_legacy_stubs.h
+++ b/source/blender/gpu/GPU_legacy_stubs.h
@@ -43,6 +43,8 @@
# pragma GCC diagnostic ignored "-Wunused-function"
#endif
+#include <stdlib.h> /* for abort(). */
+
#include "BLI_utildefines.h"
#define _GL_PREFIX static inline