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>2009-05-11 06:26:18 +0400
committerJoshua Leung <aligorith@gmail.com>2009-05-11 06:26:18 +0400
commit8e3356793a24994c1188aabfb57cb2feca20daf5 (patch)
treec2323fca0572b20bf1c20d09df0d3f22eaeb7557 /source/blender/editors/animation
parent5c96cd0319c759555175e37be5c3dcd162fe01d8 (diff)
2.5
* Broke compiling on previous fix... * Starting fix for nestled structs...
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/keyframing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index f7a16f63691..fb85099bf58 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -29,6 +29,7 @@
#include "BKE_action.h"
#include "BKE_constraint.h"
#include "BKE_fcurve.h"
+#include "BKE_global.h"
#include "BKE_utildefines.h"
#include "BKE_context.h"
#include "BKE_report.h"