From: Jim Meyering <jim@meyering.net> Date: Fri, 31 Oct 2003 14:06:59 +0000 (+0000) Subject: *hash.c: Include "xalloc.h" for use of xalloc_oversized. X-Git-Tag: cvs-readonly~4348 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d0f35a7618074eb571d811367fa586fc43629608;p=gnulib.git *hash.c: Include "xalloc.h" for use of xalloc_oversized. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index c1bb4b13dd..ba17a260d9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2003-10-31 Jim Meyering <jim@meyering.net> + * hash.c: Include "xalloc.h" for use of xalloc_oversized. + * linebuffer.c: Include <string.h> for declaration of memset. 2003-10-30 Paul Eggert <eggert@twinsun.com>