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:
authorKen Hughes <khughes@pacific.edu>2006-08-14 20:29:11 +0400
committerKen Hughes <khughes@pacific.edu>2006-08-14 20:29:11 +0400
commita01a0e625694ac3636391c665767a69622cac830 (patch)
tree1dbe0bde6f5711b73ebd4a57f08ec42943084de0 /source/blender/python/api2_2x/Sound.c
parent582f56d9c430d33464923bda3b81740d90aa401a (diff)
===Python API===
Fix compiler warnings in Sound.c and Effect.c.
Diffstat (limited to 'source/blender/python/api2_2x/Sound.c')
-rw-r--r--source/blender/python/api2_2x/Sound.c1
1 files changed, 1 insertions, 0 deletions
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 */