diff options
author | Bruno Haible <bruno@clisp.org> | 2003-08-22 13:55:38 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:50 +0200 |
commit | 86ec2c1319487e658c35bc53f84a3486c4dd9dda (patch) | |
tree | 058925c5a2a5f1072195042c4fe675a60506b79b /gettext-tools/src/msgattrib.c | |
parent | 1c8d0de19dc86272e0722059464f46c73061ceff (diff) | |
download | external_gettext-86ec2c1319487e658c35bc53f84a3486c4dd9dda.zip external_gettext-86ec2c1319487e658c35bc53f84a3486c4dd9dda.tar.gz external_gettext-86ec2c1319487e658c35bc53f84a3486c4dd9dda.tar.bz2 |
Move the error_with_progname variable from module 'progname' to a new module
'error-progname'.
Diffstat (limited to 'gettext-tools/src/msgattrib.c')
-rw-r--r-- | gettext-tools/src/msgattrib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext-tools/src/msgattrib.c b/gettext-tools/src/msgattrib.c index a394d6f..2856323 100644 --- a/gettext-tools/src/msgattrib.c +++ b/gettext-tools/src/msgattrib.c @@ -29,6 +29,7 @@ #include "dir-list.h" #include "error.h" +#include "error-progname.h" #include "progname.h" #include "relocatable.h" #include "basename.h" |