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>2006-12-22 00:56:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2006-12-22 00:56:11 +0300
commit0325ee8f22ee58456d4670f569a919e8c610b57b (patch)
tree025a240f894aa20a6974424e452c82ed1bc9894d /source/blender/python/api2_2x/gen_utils.c
parent39c0f6dd83b4474da736b692c6bd628c08682348 (diff)
boxpack2d - python 2.3 compat fix, thanks brecht
gen_utils - needed to include BKE_library.h off_import - use ed.key
Diffstat (limited to 'source/blender/python/api2_2x/gen_utils.c')
-rw-r--r--source/blender/python/api2_2x/gen_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/gen_utils.c b/source/blender/python/api2_2x/gen_utils.c
index 4bd079f2b82..027598efe69 100644
--- a/source/blender/python/api2_2x/gen_utils.c
+++ b/source/blender/python/api2_2x/gen_utils.c
@@ -38,6 +38,7 @@
#include "BIF_space.h"
#include "BKE_global.h"
#include "BKE_main.h"
+#include "BKE_library.h"
#include "Mathutils.h"