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/radiosity/intern/source/radio.c')
-rw-r--r--source/blender/radiosity/intern/source/radio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/radiosity/intern/source/radio.c b/source/blender/radiosity/intern/source/radio.c
index af3797d6c2b..b601605157a 100644
--- a/source/blender/radiosity/intern/source/radio.c
+++ b/source/blender/radiosity/intern/source/radio.c
@@ -96,6 +96,10 @@
#include "radio.h"
#include "mydevice.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* locals? This one was already done in radio.h... */
/* void rad_status_str(char *str); */