diff options
author | Bruno Haible <bruno@clisp.org> | 2007-02-19 03:31:37 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:41 +0200 |
commit | 3d2396ea33f686f48485c87ef07f4c86c87e1df5 (patch) | |
tree | c435e44db1c1378d57a611e04cb442e9949b7ebb /gettext-tools/src/msgexec.c | |
parent | 799d4524aa01329ecf70eae98c240d7143954325 (diff) | |
download | external_gettext-3d2396ea33f686f48485c87ef07f4c86c87e1df5.zip external_gettext-3d2396ea33f686f48485c87ef07f4c86c87e1df5.tar.gz external_gettext-3d2396ea33f686f48485c87ef07f4c86c87e1df5.tar.bz2 |
exit.h is replaced with <stdlib.h>.
Diffstat (limited to 'gettext-tools/src/msgexec.c')
-rw-r--r-- | gettext-tools/src/msgexec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/src/msgexec.c b/gettext-tools/src/msgexec.c index 65b02db..f3a64f4 100644 --- a/gettext-tools/src/msgexec.c +++ b/gettext-tools/src/msgexec.c @@ -1,5 +1,5 @@ /* Pass translations to a subprocess. - Copyright (C) 2001-2006 Free Software Foundation, Inc. + Copyright (C) 2001-2007 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 @@ -45,7 +45,6 @@ #include "read-properties.h" #include "read-stringtable.h" #include "xalloc.h" -#include "exit.h" #include "full-write.h" #include "findprog.h" #include "pipe.h" |