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:
authorMichel Selten <michel@mselten.demon.nl>2003-11-23 17:28:46 +0300
committerMichel Selten <michel@mselten.demon.nl>2003-11-23 17:28:46 +0300
commit90541541c3ad6e1e4a796b85e32a43ce60a8b885 (patch)
tree9c76750a991bb832b276cc6b6988ae2b5fb05265 /source/blender/blenkernel/intern/world.c
parent5cc89c0f4e97fff904b3bbb0d1df034ca766b209 (diff)
Added all necessary BPY_extern.h include files to the .c files.
Updated the Make environment to point to the correct location. The include paths were still pointing to source/blender/bpython/include while it should be source/blender/python. I did not encounter the build problems because I'm always working with the autoconf build environment.
Diffstat (limited to 'source/blender/blenkernel/intern/world.c')
-rw-r--r--source/blender/blenkernel/intern/world.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/world.c b/source/blender/blenkernel/intern/world.c
index a8a4dfd5a0a..b482140e373 100644
--- a/source/blender/blenkernel/intern/world.c
+++ b/source/blender/blenkernel/intern/world.c
@@ -56,6 +56,8 @@
#include "BKE_global.h"
#include "BKE_main.h"
+#include "BPY_extern.h"
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif