summaryrefslogtreecommitdiff
path: root/lib/c-strcasestr.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-strcasestr.c
parentf180e0b390dc841e70e5b79fde97ae93a9b35607 (diff)
downloadgnulib-99099106c3c1cb16ed1e91be970332fe225e278b.tar.gz
Include <config.h> unconditionally.
Diffstat (limited to 'lib/c-strcasestr.c')
-rw-r--r--lib/c-strcasestr.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/c-strcasestr.c b/lib/c-strcasestr.c
index dc6ff857f7..12e2e9d969 100644
--- a/lib/c-strcasestr.c
+++ b/lib/c-strcasestr.c
@@ -1,5 +1,5 @@
/* c-strcasestr.c -- case insensitive substring search in C locale
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005-2006 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2005.
This program is free software; you can redistribute it and/or modify
@@ -16,9 +16,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-strcasestr.h"