diff options
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index d975f924d..f4f647641 100644 --- a/src/proto.h +++ b/src/proto.h @@ -92,6 +92,12 @@ extern int _stricoll(char *a, char *b); # ifdef FEAT_MENU # include "menu.pro" # endif +# ifdef FEAT_FKMAP +# include "farsi.pro" +# endif +# ifdef FEAT_ARABIC +# include "arabic.pro" +# endif /* These prototypes cannot be produced automatically. */ int |