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/creator')
-rw-r--r--source/creator/buildinfo.c5
-rw-r--r--source/creator/creator.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/source/creator/buildinfo.c b/source/creator/buildinfo.c
index f5ba401d23a..6b975d1b115 100644
--- a/source/creator/buildinfo.c
+++ b/source/creator/buildinfo.c
@@ -29,6 +29,11 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifdef BUILD_DATE
char * build_date=BUILD_DATE;
char * build_time=BUILD_TIME;
diff --git a/source/creator/creator.c b/source/creator/creator.c
index e9be9be2579..9abf046b6cf 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -32,6 +32,10 @@
#include <stdlib.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* This little block needed for linking to Blender... */
#include "MEM_guardedalloc.h"