Skip to content

Commit

Permalink
Include wchar.h in charset.c for towupper().
Browse files Browse the repository at this point in the history
--HG--
branch : vim73
  • Loading branch information
brammool committed Aug 12, 2010
1 parent f166b80 commit 16b0591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/charset.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ static int win_chartabsize __ARGS((win_T *wp, char_u *p, colnr_T col));
#endif

#ifdef FEAT_MBYTE
# if defined(HAVE_WCHAR_H)
# include <wchar.h> /* for towupper() and towlower() */
# endif
static int win_nolbr_chartabsize __ARGS((win_T *wp, char_u *s, colnr_T col, int *headp));
#endif

Expand Down

0 comments on commit 16b0591

Please sign in to comment.