X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrstr.c;h=dd4622297a2559b5cb3b136d534c07c278cdeaa3;hb=10cf9b5e371bc4927b2b28354c19b62943dfe95e;hp=c41e90349ff7b96be0cbcfdf2194649f551048b3;hpb=e6228399a12e9a92be1801283dd66ab3909ce0c2;p=gnulib.git diff --git a/lib/strstr.c b/lib/strstr.c index c41e90349..dd4622297 100644 --- a/lib/strstr.c +++ b/lib/strstr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1999, 2002-2003 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify @@ -28,10 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ # include #endif -#if defined _LIBC || defined HAVE_STRING_H -# include -#endif -#include +#include typedef unsigned chartype;