X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-strcasestr.c;h=12e2e9d96978b49bc79db73ef720cc411615790c;hb=2386c2d9c0fba8dfaa939b831f00bb27ae771761;hp=dc6ff857f71d0196eb86c8ad32ff0737aba41c3d;hpb=c62f7618f8da5380743fc93f0d71b0dafc8db8c7;p=gnulib.git diff --git a/lib/c-strcasestr.c b/lib/c-strcasestr.c index dc6ff857f..12e2e9d96 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 , 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 -#endif +#include /* Specification. */ #include "c-strcasestr.h"