diff options
Diffstat (limited to 'gnulib-local/lib/uniwidth.in.h.diff')
-rw-r--r-- | gnulib-local/lib/uniwidth.in.h.diff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnulib-local/lib/uniwidth.in.h.diff b/gnulib-local/lib/uniwidth.in.h.diff new file mode 100644 index 0000000..ded6c81 --- /dev/null +++ b/gnulib-local/lib/uniwidth.in.h.diff @@ -0,0 +1,19 @@ +*** uniwidth.in.h.orig 2007-10-07 17:24:38.000000000 +0200 +--- uniwidth.in.h 2009-04-10 22:39:46.000000000 +0200 +*************** +*** 23,29 **** + #include <stddef.h> + + /* Get locale_charset() declaration. */ +! #include "localcharset.h" + + #ifdef __cplusplus + extern "C" { +--- 23,29 ---- + #include <stddef.h> + + /* Get locale_charset() declaration. */ +! #include <unistring/localcharset.h> + + #ifdef __cplusplus + extern "C" { |