summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 8570af947..92d971469 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -183,6 +183,9 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
# if defined(HAVE_TGETENT) && (defined(AMIGA) || defined(VMS))
# include "termlib.pro"
# endif
+# ifdef FEAT_TEXT_PROP
+# include "textprop.pro"
+# endif
# include "ui.pro"
# include "undo.pro"
# include "userfunc.pro"