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:
authorCampbell Barton <ideasman42@gmail.com>2017-11-15 15:06:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-15 15:06:34 +0300
commit9c7b89241df26fbc224b826318fcb0401e024c46 (patch)
treeaa02fe85457d5d225619c4e96a7d87952a3f7a5e
parent474362b363b0fbb361401240b25fc1d2a272d910 (diff)
BLI_utildefines: sync w/ 2.8
-rw-r--r--source/blender/blenlib/BLI_utildefines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_utildefines.h b/source/blender/blenlib/BLI_utildefines.h
index 1186e4a0713..b13d5e368ec 100644
--- a/source/blender/blenlib/BLI_utildefines.h
+++ b/source/blender/blenlib/BLI_utildefines.h
@@ -609,6 +609,9 @@ extern bool BLI_memory_is_zero(const void *arr, const size_t arr_size);
/* BLI_assert(), default only to print
* for aborting need to define WITH_ASSERT_ABORT
*/
+/* For 'abort' only. */
+#include <stdlib.h>
+
#ifndef NDEBUG
# include "BLI_system.h"
# ifdef WITH_ASSERT_ABORT