From: hniksic Date: Fri, 6 Apr 2001 03:43:35 +0000 (-0700) Subject: [svn] Include string.h. X-Git-Tag: v1.13~2205 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=3ecad253f23537ae5d0e35934562d04a3606a0ee [svn] Include string.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 90507a22..862b7766 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-04-06 Hrvoje Niksic + + * hash.c: Include . + 2001-04-06 Hrvoje Niksic * config.h.in: Define "compilation environment" options that work diff --git a/src/hash.c b/src/hash.c index 45974dad..38bc284a 100644 --- a/src/hash.c +++ b/src/hash.c @@ -21,6 +21,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ # include #endif +#ifdef HAVE_STRING_H +# include +#else +# include +#endif /* HAVE_STRING_H */ #include #include