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

index b60c022069a71e6ea2491629d2c0ba6685b120e5..1a6e5aa33678e9ad7d46d409517bcb867bdd9780 100644 (file)
@@ -22,6 +22,7 @@
 
        * fatal-signal.c: Include <config.h>, not "config.h".
        * findprog.c: Likewise.
+       * pipe.c: Likewise.
 
        * c-strcasecmp.c: Update from gnulib. Don't assume that
        UCHAR_MAX <= INT_MAX.
index a0bf6796fa96aadc253991e0a93dcf75d7705c66..77643b0051cbab0fade968f46e982dc51031da3c 100644 (file)
@@ -18,7 +18,7 @@
 
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 /* Specification.  */