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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-19 15:54:03 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-19 15:54:03 +0400
commite088f592bd82f5c3863368f49eabd3e8afffe119 (patch)
tree167c00f8e6367eccc70c7492068e8544d0864cc2 /source/blender/blenkernel/intern/world.c
parent417b7836ece014bdabd1493e2c06ea6ed530e939 (diff)
Fix some compile warnings.
Diffstat (limited to 'source/blender/blenkernel/intern/world.c')
-rw-r--r--source/blender/blenkernel/intern/world.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/world.c b/source/blender/blenkernel/intern/world.c
index 8cecad97902..d413177873f 100644
--- a/source/blender/blenkernel/intern/world.c
+++ b/source/blender/blenkernel/intern/world.c
@@ -43,6 +43,7 @@
#include "DNA_scene_types.h"
#include "DNA_texture_types.h"
+#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "BKE_world.h"