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:
authorJoshua Leung <aligorith@gmail.com>2008-03-01 06:42:09 +0300
committerJoshua Leung <aligorith@gmail.com>2008-03-01 06:42:09 +0300
commita30b582300e1f27728124c3a4fa11754b1ba1b73 (patch)
tree97dd8ca623d66595dff4c4bc20131f0eec691b39 /source/blender/python/api2_2x
parenta577bb9fc8c2d98ef7eb55c743e62c11892891df (diff)
Removed warning from py-api code
Diffstat (limited to 'source/blender/python/api2_2x')
-rw-r--r--source/blender/python/api2_2x/Blender.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Blender.c b/source/blender/python/api2_2x/Blender.c
index acdc95a00d9..5aabac62a1d 100644
--- a/source/blender/python/api2_2x/Blender.c
+++ b/source/blender/python/api2_2x/Blender.c
@@ -53,6 +53,7 @@ struct ID; /*keep me up here */
#include "BKE_ipo.h"
#include "BKE_library.h"
#include "BKE_main.h"
+#include "BIF_space.h"
#include "BPI_script.h"
#include "BSE_headerbuttons.h"
#include "DNA_screen_types.h" /* for SPACE_VIEW3D */