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-09-14 09:52:57 +0400
committerJoshua Leung <aligorith@gmail.com>2008-09-14 09:52:57 +0400
commit375a6bbe415388866a43f86b935fb9b1fccf994b (patch)
tree12c8052ded8cae3e6543594c3cfd3654baf85611 /source/blender/src/drawaction.c
parentb25d0cc5cc7bfa7ce9f668cdba77e9b3f3238d3f (diff)
More bugfixes:
* Added missing includes * Fixed typos in header * Added code to get ipo for 'Available' keyingsets to work
Diffstat (limited to 'source/blender/src/drawaction.c')
-rw-r--r--source/blender/src/drawaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/drawaction.c b/source/blender/src/drawaction.c
index 33eb5262c3d..f36719a1c9c 100644
--- a/source/blender/src/drawaction.c
+++ b/source/blender/src/drawaction.c
@@ -78,6 +78,7 @@
#include "BIF_drawgpencil.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
+#include "BIF_keyframing.h"
#include "BIF_resources.h"
#include "BIF_screen.h"
#include "BIF_mywindow.h"