]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Style of config.h include.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2006 14:41:43 +0000 (14:41 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:38 +0000 (12:13 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/fatal-signal.c

index e797373b85f54510cb4e624daeb6df98c79b86d0..b653d993cb2fbef512dc1848a26a4c768531b198 100644 (file)
@@ -1,5 +1,7 @@
 2006-07-22  Bruno Haible  <bruno@clisp.org>
 
+       * fatal-signal.c: Include <config.h>, not "config.h".
+
        * c-strcasecmp.c: Update from gnulib. Don't assume that
        UCHAR_MAX <= INT_MAX.
        * c-strncasecmp.c: Likewise.
index 97731043fb83687842e6d66a16f021f948de95d9..1c396e07cbc34976b2750e40da922b7a01bd917b 100644 (file)
@@ -18,7 +18,7 @@
 
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 /* Specification.  */