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>2018-01-03 14:49:47 +0300
commit659dc348230506db5887f89dbaa7a7350f4b5dd2 (patch)
tree2c3f5fb90b4c6675386886e35a3e21c8a57b50a9
parenteaf14b1ebfe0fc49fdb3c3b9c9e60b2ae5c73e55 (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 746eb922c65..6d958306000 100644
--- a/source/blender/blenlib/BLI_utildefines.h
+++ b/source/blender/blenlib/BLI_utildefines.h
@@ -632,6 +632,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