diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-07-21 23:40:02 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-07-21 23:40:02 +0000 |
commit | 9a72ecd6dc36eab0497dc428d10a6ad1dd87a19a (patch) | |
tree | a528fd617cda36f619bc076429b0995bcda12e2c /lib/mbchar.h | |
parent | ee29ecd605b329c38ab4c6c6c89d6288693495de (diff) | |
download | idutils-9a72ecd6dc36eab0497dc428d10a6ad1dd87a19a.tar.gz idutils-9a72ecd6dc36eab0497dc428d10a6ad1dd87a19a.tar.bz2 idutils-9a72ecd6dc36eab0497dc428d10a6ad1dd87a19a.zip |
* upgraded gnulib
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 |