diff options
author | Bruno Haible <bruno@clisp.org> | 2006-05-02 12:35:09 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:13 +0200 |
commit | 0e950fec4d8217cc1679d5f5063c7d3bed1ebaf5 (patch) | |
tree | 13c59c54ec493b507b1ff546c820ff9e54c81c78 /gettext-tools/src/msgl-charset.c | |
parent | bd164eb1fa014f6b859d0a1c23a4f628b50b1651 (diff) | |
download | external_gettext-0e950fec4d8217cc1679d5f5063c7d3bed1ebaf5.zip external_gettext-0e950fec4d8217cc1679d5f5063c7d3bed1ebaf5.tar.gz external_gettext-0e950fec4d8217cc1679d5f5063c7d3bed1ebaf5.tar.bz2 |
Move the xasprintf function from the 'xerror' module to the 'xvasprintf'
module.
Diffstat (limited to 'gettext-tools/src/msgl-charset.c')
-rw-r--r-- | gettext-tools/src/msgl-charset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/src/msgl-charset.c b/gettext-tools/src/msgl-charset.c index db65795..53592b6 100644 --- a/gettext-tools/src/msgl-charset.c +++ b/gettext-tools/src/msgl-charset.c @@ -1,5 +1,5 @@ /* Message list charset and locale charset handling. - Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc. Written by Bruno Haible <haible@clisp.cons.org>, 2001. This program is free software; you can redistribute it and/or modify @@ -35,6 +35,7 @@ #include "basename.h" #include "xallocsa.h" #include "xerror.h" +#include "xvasprintf.h" #include "message.h" #include "strstr.h" #include "exit.h" |