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:
authorDaniel Genrich <daniel.genrich@gmx.net>2009-09-03 14:34:54 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-09-03 14:34:54 +0400
commit40c89b5c6ee639539fdc74e669d92152e9e9fc06 (patch)
tree0372e9b41bd0628f7f492631f333e780ba26304e /source/blender/python/intern/bpy_interface.c
parent070f12d0ddd186769b0c0760e5ccd2de08d1e493 (diff)
Missing header include for non-linux OS "BLI_exist()"
Diffstat (limited to 'source/blender/python/intern/bpy_interface.c')
-rw-r--r--source/blender/python/intern/bpy_interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index ac8acc2c07c..a935b517f77 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -55,6 +55,7 @@
#include "MEM_guardedalloc.h"
#include "BLI_util.h"
+#include "BLI_storage.h"
#include "BLI_fileops.h"
#include "BLI_string.h"