summaryrefslogtreecommitdiffstats
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 92d9714697..cbd446015c 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -172,6 +172,9 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
# include "sha256.pro"
# endif
# include "search.pro"
+# ifdef FEAT_SIGNS
+# include "sign.pro"
+# endif
# include "spell.pro"
# include "spellfile.pro"
# include "syntax.pro"