diff options
Diffstat (limited to 'lib/mbchar.h')
-rw-r--r-- | lib/mbchar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/mbchar.h b/lib/mbchar.h index 4472aa0..738efd9 100644 --- a/lib/mbchar.h +++ b/lib/mbchar.h @@ -1,5 +1,5 @@ /* Multibyte character data type. - Copyright (C) 2001, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2005-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -158,6 +158,8 @@ #include <wctype.h> +#include "wcwidth.h" + #define MBCHAR_BUF_SIZE 24 struct mbchar |