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/cre')
-rw-r--r--source/blender/src/cre/license.jpeg.c4
-rw-r--r--source/blender/src/cre/license_key.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/src/cre/license.jpeg.c b/source/blender/src/cre/license.jpeg.c
index ffbc87cd495..880d3dbde2e 100644
--- a/source/blender/src/cre/license.jpeg.c
+++ b/source/blender/src/cre/license.jpeg.c
@@ -30,5 +30,9 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
int datatoc_tonize= 0;
char datatoc_ton[]= {0};
diff --git a/source/blender/src/cre/license_key.c b/source/blender/src/cre/license_key.c
index a74c74e64f2..5d066f4edc1 100644
--- a/source/blender/src/cre/license_key.c
+++ b/source/blender/src/cre/license_key.c
@@ -41,6 +41,10 @@
#include "BLO_readfile.h"
#include "BLO_keyStore.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
int LICENSE_KEY_VALID = FALSE;
int I_AM_PUBLISHER = FALSE;