]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use <config.h>.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2006 16:31:32 +0000 (16:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:40 +0000 (12:13 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/wait-process.c

index 17d91d01d6608f3bfd741f7c8e4e0520fc0774dc..c02af58e73df643fa76f47c6756e6bd5b9b885e6 100644 (file)
@@ -29,6 +29,7 @@
        * pipe.c: Likewise.
        * progname.c: Likewise.
        * progreloc.c: Likewise.
+       * wait-process.c: Likewise.
 
        * c-strcasecmp.c: Update from gnulib. Don't assume that
        UCHAR_MAX <= INT_MAX.
index b36af18bcff9d3950cd2d45941feb9a337ca10e6..bca1dc4243b90f3c3cba40bebb64a6d34424f058 100644 (file)
@@ -1,5 +1,5 @@
 /* Waiting for a subprocess to finish.
-   Copyright (C) 2001-2003 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005 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
@@ -18,7 +18,7 @@
 
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 /* Specification.  */