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/BSE_filesel.h')
-rw-r--r--source/blender/include/BSE_filesel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BSE_filesel.h b/source/blender/include/BSE_filesel.h
index 87daea87bf2..00a781ce23b 100644
--- a/source/blender/include/BSE_filesel.h
+++ b/source/blender/include/BSE_filesel.h
@@ -34,6 +34,10 @@
#ifndef BSE_FILESEL_H
#define BSE_FILESEL_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct SpaceFile;
struct direntry;
struct ID;