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:
authorStephen Swaney <sswaney@centurytel.net>2007-01-16 08:20:39 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-01-16 08:20:39 +0300
commitfbfe27761a6c0cf6663f0e34d5fae71c5f1814c4 (patch)
tree0cd1ffaf0146e76762de229adbf6035b0e30222b /source/blender/python/api2_2x/Key.c
parentd917157f5952762c2403a86b5db77d20862f4880 (diff)
fix for warning: implicit declaration of function 'id_us_plus'. tsk.
Diffstat (limited to 'source/blender/python/api2_2x/Key.c')
-rw-r--r--source/blender/python/api2_2x/Key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Key.c b/source/blender/python/api2_2x/Key.c
index 2a94f6a4aad..82b6687f394 100644
--- a/source/blender/python/api2_2x/Key.c
+++ b/source/blender/python/api2_2x/Key.c
@@ -37,6 +37,7 @@
#include <BKE_global.h>
#include <BKE_main.h>
#include <BKE_curve.h>
+#include <BKE_library.h>
#include "BIF_space.h"
#include "Ipocurve.h"