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
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-04-26 21:01:04 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-04-26 21:01:04 +0400
commit7e5c02672ae9c368260632f3717d56b4927a99f7 (patch)
tree8ecf86f48bc457fc1b18395d4473354d6505d90f /source
parentd3c1ece20120b9b91db7bb5b9123aa15f6f1407a (diff)
Fix for undefined reference to abort() in outliner selection module
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_outliner/outliner_select.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/outliner_select.c b/source/blender/editors/space_outliner/outliner_select.c
index f43e9b19672..c06576e48a6 100644
--- a/source/blender/editors/space_outliner/outliner_select.c
+++ b/source/blender/editors/space_outliner/outliner_select.c
@@ -29,6 +29,8 @@
* \ingroup spoutliner
*/
+#include <stdlib.h>
+
#include "MEM_guardedalloc.h"
#include "DNA_armature_types.h"