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_editfont.h')
-rw-r--r--source/blender/include/BIF_editfont.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editfont.h b/source/blender/include/BIF_editfont.h
index d45ca41cd8c..17b4fa17103 100644
--- a/source/blender/include/BIF_editfont.h
+++ b/source/blender/include/BIF_editfont.h
@@ -33,6 +33,10 @@
#ifndef BIF_EDITFONT_H
#define BIF_EDITFONT_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
void do_textedit(unsigned short event, short val, char ascii);
void make_editText(void);
void load_editText(void);