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:
Diffstat (limited to 'source/blender/src/drawscene.c')
-rw-r--r--source/blender/src/drawscene.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/drawscene.c b/source/blender/src/drawscene.c
index d5b75645dff..d23b5151da1 100644
--- a/source/blender/src/drawscene.c
+++ b/source/blender/src/drawscene.c
@@ -57,6 +57,9 @@
#include "blendef.h" /* DIE ! */
#include "mydevice.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
void set_scene(Scene *sce) /* zie ook scene.c: set_scene_bg() */
{