diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:32:44 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:32:44 +0200 |
commit | fa095a4504cbe668e4244547e2c141597bea4ecf (patch) | |
tree | 06135820a286ffec47804e75fbf8a147e92acd2e /gnulib-local/lib/uniconv.h.diff |
Imported Upstream version 0.9.1upstream/0.9.1
Diffstat (limited to 'gnulib-local/lib/uniconv.h.diff')
-rw-r--r-- | gnulib-local/lib/uniconv.h.diff | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnulib-local/lib/uniconv.h.diff b/gnulib-local/lib/uniconv.h.diff new file mode 100644 index 00000000..d6403230 --- /dev/null +++ b/gnulib-local/lib/uniconv.h.diff @@ -0,0 +1,28 @@ +*** uniconv.h.orig 2009-04-10 23:40:31.000000000 +0200 +--- uniconv.h 2009-04-10 23:41:19.000000000 +0200 +*************** +*** 23,35 **** + #include "unitypes.h" + + /* Get enum iconv_ilseq_handler. */ +! #include "iconveh.h" +! +! /* Get uniconv_register_autodetect() declaration. */ +! #include "striconveha.h" + + /* Get locale_charset() declaration. */ +! #include "localcharset.h" + + + #ifdef __cplusplus +--- 23,32 ---- + #include "unitypes.h" + + /* Get enum iconv_ilseq_handler. */ +! #include <unistring/iconveh.h> + + /* Get locale_charset() declaration. */ +! #include <unistring/localcharset.h> + + + #ifdef __cplusplus |