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/BIF_tbcallback.h')
-rw-r--r--source/blender/include/BIF_tbcallback.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BIF_tbcallback.h b/source/blender/include/BIF_tbcallback.h
index 780f36af6f3..0c6e6a3d50c 100644
--- a/source/blender/include/BIF_tbcallback.h
+++ b/source/blender/include/BIF_tbcallback.h
@@ -30,6 +30,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
/* defines callback structure for toolbox menu */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
typedef struct _TBcallback {
char *desc;
char *key;