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 Dunbar <daniel@zuster.org>2005-04-02 19:56:16 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-04-02 19:56:16 +0400
commit8b3c8698a8991e1cd0943a7171f8dedde47e547e (patch)
treebafb477d04af8ba58c355280eb559d140e7a9b68 /source/blender/python/api2_2x/gen_utils.c
parent88ea754045debc32d8cf6cd0dcd0ef2049cffd5c (diff)
- add include for allqueue prototype
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 e23f652641b..124a39503a0 100644
--- a/source/blender/python/api2_2x/gen_utils.c
+++ b/source/blender/python/api2_2x/gen_utils.c
@@ -33,6 +33,7 @@
#include <DNA_text_types.h>
#include <MEM_guardedalloc.h>
#include <BLI_blenlib.h>
+#include <BIF_space.h>
#include "gen_utils.h"
#include "constant.h"