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/po-lex.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/po-lex.c')
-rw-r--r-- | gettext-tools/src/po-lex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/src/po-lex.c b/gettext-tools/src/po-lex.c index 10ed6fe..55a1913 100644 --- a/gettext-tools/src/po-lex.c +++ b/gettext-tools/src/po-lex.c @@ -45,6 +45,8 @@ #include "xmalloc.h" #include "exit.h" #include "error.h" +#include "error-progname.h" +#include "pos.h" #include "str-list.h" #include "po-gram-gen2.h" |