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/blenlib/intern/BLI_storage.h')
-rw-r--r--source/blender/blenlib/intern/BLI_storage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/BLI_storage.h b/source/blender/blenlib/intern/BLI_storage.h
index 5e9c377c410..268f5f4b1fa 100644
--- a/source/blender/blenlib/intern/BLI_storage.h
+++ b/source/blender/blenlib/intern/BLI_storage.h
@@ -31,6 +31,10 @@
#ifndef BLI_STORAGE_H
#define BLI_STORAGE_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "BLI_storage_types.h"
void BLI_adddirstrings(void);