diff options
Diffstat (limited to 'gettext-tools/src/read-tcl.c')
-rw-r--r-- | gettext-tools/src/read-tcl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/read-tcl.c b/gettext-tools/src/read-tcl.c index ac74d1407..039dcfb1e 100644 --- a/gettext-tools/src/read-tcl.c +++ b/gettext-tools/src/read-tcl.c @@ -1,5 +1,5 @@ /* Reading tcl/msgcat .msg files. - Copyright (C) 2002-2003, 2005-2008 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2008, 2011 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2002. This program is free software: you can redistribute it and/or modify @@ -31,7 +31,7 @@ #include "relocatable.h" #include "concat-filename.h" #include "sh-quote.h" -#include "pipe.h" +#include "spawn-pipe.h" #include "wait-process.h" #include "read-catalog.h" #include "read-po.h" |