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 e85454610..cc1c8fb39 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -107,6 +107,9 @@ extern int _stricoll(char *a, char *b);
# ifdef FEAT_ARABIC
# include "arabic.pro"
# endif
+# ifdef FEAT_VIMINFO
+# include "viminfo.pro"
+# endif
/* These prototypes cannot be produced automatically. */
int smsg(const char *, ...)