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_editoops.h')
-rw-r--r--source/blender/include/BIF_editoops.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editoops.h b/source/blender/include/BIF_editoops.h
index 7c5905e1fa8..bd5f9f5e099 100644
--- a/source/blender/include/BIF_editoops.h
+++ b/source/blender/include/BIF_editoops.h
@@ -33,6 +33,10 @@
#ifndef BIF_EDITOOPS_H
#define BIF_EDITOOPS_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
void borderselect_oops(void);
void deselect_all_area_oops(void);
void mouse_select_oops(void);