summaryrefslogtreecommitdiff
path: root/lib/c-strncasecmp.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-09-14 14:18:36 +0000
committerBruno Haible <bruno@clisp.org>2006-09-14 14:18:36 +0000
commit99099106c3c1cb16ed1e91be970332fe225e278b (patch)
tree3c0d750a040bac6b540cd12291633e3dc2e7b929 /lib/c-strncasecmp.c
parentf180e0b390dc841e70e5b79fde97ae93a9b35607 (diff)
downloadgnulib-99099106c3c1cb16ed1e91be970332fe225e278b.tar.gz
Include <config.h> unconditionally.
Diffstat (limited to 'lib/c-strncasecmp.c')
-rw-r--r--lib/c-strncasecmp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/c-strncasecmp.c b/lib/c-strncasecmp.c
index 2d260efb67..274e9b7ea0 100644
--- a/lib/c-strncasecmp.c
+++ b/lib/c-strncasecmp.c
@@ -1,5 +1,5 @@
/* c-strncasecmp.c -- case insensitive string comparator in C locale
- Copyright (C) 1998, 1999, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1998-1999, 2005-2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -15,9 +15,7 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
/* Specification. */
#include "c-strcase.h"