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/blenloader/intern/genfile.h')
-rw-r--r--source/blender/blenloader/intern/genfile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/genfile.h b/source/blender/blenloader/intern/genfile.h
index e23802958ee..91adbc4070d 100644
--- a/source/blender/blenloader/intern/genfile.h
+++ b/source/blender/blenloader/intern/genfile.h
@@ -34,6 +34,10 @@
#ifndef GENFILE_H
#define GENFILE_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct SDNA;
int dna_findstruct_nr(struct SDNA *sdna, char *str);