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:
authorArystanbek Dyussenov <arystan.d@gmail.com>2009-08-19 13:52:13 +0400
committerArystanbek Dyussenov <arystan.d@gmail.com>2009-08-19 13:52:13 +0400
commit7220792f187f91a2ef3eb0c930a13674b2a8a80a (patch)
tree7a8eb394106d1b25f7a44f560e732140ca2b4d42 /source/blender/makesrna/intern/rna_action_api.c
parent7c786e28c4965fc7314d7a2a3521f41f9b562726 (diff)
Various fixes in rna_*_api.c files to remove compiler warnings.
Diffstat (limited to 'source/blender/makesrna/intern/rna_action_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_action_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_action_api.c b/source/blender/makesrna/intern/rna_action_api.c
index 2b51a424fcf..11efa6d5f8a 100644
--- a/source/blender/makesrna/intern/rna_action_api.c
+++ b/source/blender/makesrna/intern/rna_action_api.c
@@ -36,6 +36,8 @@
#ifdef RNA_RUNTIME
+#include "BKE_action.h"
+
#include "DNA_anim_types.h"
#include "DNA_curve_types.h"