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/include/datatoc.h')
-rw-r--r--source/blender/include/datatoc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/datatoc.h b/source/blender/include/datatoc.h
index 51a1cf6204a..79a7b5f39f7 100644
--- a/source/blender/include/datatoc.h
+++ b/source/blender/include/datatoc.h
@@ -35,6 +35,10 @@
#ifndef DATATOC_H
#define DATATOC_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
extern int datatoc_B_blend_size;
extern char datatoc_B_blend[];