From a01a0e625694ac3636391c665767a69622cac830 Mon Sep 17 00:00:00 2001 From: Ken Hughes Date: Mon, 14 Aug 2006 16:29:11 +0000 Subject: ===Python API=== Fix compiler warnings in Sound.c and Effect.c. --- source/blender/python/api2_2x/Effect.c | 1 + source/blender/python/api2_2x/Sound.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source') diff --git a/source/blender/python/api2_2x/Effect.c b/source/blender/python/api2_2x/Effect.c index 1cd2ab03b23..b427ebb9418 100644 --- a/source/blender/python/api2_2x/Effect.c +++ b/source/blender/python/api2_2x/Effect.c @@ -44,6 +44,7 @@ #include "gen_utils.h" #include "blendef.h" #include "vector.h" +#include "MTC_matrixops.h" #define EXPP_EFFECT_STA_MIN -250.0f #define EXPP_EFFECT_END_MIN 1.0f diff --git a/source/blender/python/api2_2x/Sound.c b/source/blender/python/api2_2x/Sound.c index 694c2ee5ed9..65680f63d7e 100644 --- a/source/blender/python/api2_2x/Sound.c +++ b/source/blender/python/api2_2x/Sound.c @@ -36,6 +36,7 @@ #include "BKE_main.h" #include "BLI_blenlib.h" #include "BKE_sound.h" +#include "BKE_library.h" #include "BIF_editsound.h" #include "BKE_packedFile.h" #include "mydevice.h" /* redraw defines */ -- cgit v1.2.3