X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrstr.c;h=dd4622297a2559b5cb3b136d534c07c278cdeaa3;hb=0451b1d84d734d0cbdd64a506ded848a842a5dc6;hp=42ffcfa8e3d65e187da9f0da461a94705bb437e9;hpb=b51fcc0b038ac4d720d7d34ad98d78a14824e444;p=gnulib.git diff --git a/lib/strstr.c b/lib/strstr.c index 42ffcfa8e..dd4622297 100644 --- a/lib/strstr.c +++ b/lib/strstr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1999, 2002 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,9 +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 typedef unsigned chartype;