X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrstr.c;h=f1e2ef698887aa8be5aae354a148e4ba105c18ed;hb=c5ce79f4c514b37b5756e85530112d778cff302a;hp=3faae014079eb81ac2ad7674f440a46e65d88c29;hpb=aa24a9d966dc16477f9e961024ecf7b17c82d5db;p=gnulib.git diff --git a/lib/strstr.c b/lib/strstr.c index 3faae0140..f1e2ef698 100644 --- a/lib/strstr.c +++ b/lib/strstr.c @@ -1,5 +1,5 @@ /* Searching in a string. - 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,13 +16,13 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "strstr.h" +#include /* for NULL */ + #if HAVE_MBRTOWC # include "mbuiter.h" #endif