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/readstreamglue/BLO_keyStore.h')
-rw-r--r--source/blender/readstreamglue/BLO_keyStore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/readstreamglue/BLO_keyStore.h b/source/blender/readstreamglue/BLO_keyStore.h
index 0b4bded6d97..524740a5cb0 100644
--- a/source/blender/readstreamglue/BLO_keyStore.h
+++ b/source/blender/readstreamglue/BLO_keyStore.h
@@ -34,6 +34,10 @@
#ifndef BLO_KEYSTORE_H
#define BLO_KEYSTORE_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif