summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-08-30 21:55:26 +0000
committervimboss <devnull@localhost>2005-08-30 21:55:26 +0000
commit3919388ff132efbe64d5687147f0e21cae0ff30a (patch)
tree08f61aa2e9937f30bd141fd6509bc947e1d8a8fa /src/proto.h
parent3abac8ce9f7ea5398b9f4c894e4494626d179586 (diff)
downloadvim-3919388ff132efbe64d5687147f0e21cae0ff30a.tar.gz
updated for version 7.0139v7.0139v7-0139
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 4c0db37a..61165786 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -261,6 +261,10 @@ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path,
# include "if_perlsfio.pro"
#endif
+#if defined(FEAT_MBYTE) && defined(MACOS_X)
+# include "os_mac_conv.pro"
+#endif
+
#ifdef __BORLANDC__
# define _PROTO_H
#endif