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/keyed_functions.h')
-rw-r--r--source/blender/include/keyed_functions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/keyed_functions.h b/source/blender/include/keyed_functions.h
index d0315c6d8fa..d1b09c40909 100644
--- a/source/blender/include/keyed_functions.h
+++ b/source/blender/include/keyed_functions.h
@@ -29,6 +29,9 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#define KEY_GETPTR(x) (g_ptrtab ? g_ptrtab[x] : 0)