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>2015-06-02 11:11:03 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-06-02 11:11:03 +0300
commit5f5e05b3eb4c6a06acec764cc8ffc3441c5d0d51 (patch)
tree83f55b2d90df92afe76f90ab2875db18ad146977 /source/blender/editors/space_node/node_templates.c
parent89025958af5fc23fd2119557856446e8d527bcf6 (diff)
Fix compilation error after recent commit
Diffstat (limited to 'source/blender/editors/space_node/node_templates.c')
-rw-r--r--source/blender/editors/space_node/node_templates.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_node/node_templates.c b/source/blender/editors/space_node/node_templates.c
index ea91a735bbe..a7fd624d2aa 100644
--- a/source/blender/editors/space_node/node_templates.c
+++ b/source/blender/editors/space_node/node_templates.c
@@ -24,6 +24,7 @@
* \ingroup edinterface
*/
+#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"