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:
authorTon Roosendaal <ton@blender.org>2009-03-20 13:51:58 +0300
committerTon Roosendaal <ton@blender.org>2009-03-20 13:51:58 +0300
commit99d9596328e77ba5ec4108d55cc22d376a25f58a (patch)
tree5b82f8e338b03e4c9feac249375a9d8aa485e87f /source/blender/python/intern
parentbcddeaa6999b144f94c5724a98105903e817c59b (diff)
2.5
Makes older python's compile.
Diffstat (limited to 'source/blender/python/intern')
-rw-r--r--source/blender/python/intern/bpy_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_util.h b/source/blender/python/intern/bpy_util.h
index d6ee8feb767..29e05228e7c 100644
--- a/source/blender/python/intern/bpy_util.h
+++ b/source/blender/python/intern/bpy_util.h
@@ -24,6 +24,8 @@
#include <Python.h>
+#include "bpy_compat.h"
+
/* for internal use only, so python can interchange a sequence of strings with flags */
typedef struct BPY_flag_def {
const char *name;