# HG changeset patch # User Jim Meyering # Date 1067609219 0 # Node ID 888c882a8261a290803ca98fc9552f6b18574aa5 # Parent 1625c6204e0b04501bfe9f1deb936c4b09d20c54 *hash.c: Include "xalloc.h" for use of xalloc_oversized. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2003-10-31 Jim Meyering + * hash.c: Include "xalloc.h" for use of xalloc_oversized. + * linebuffer.c: Include for declaration of memset. 2003-10-30 Paul Eggert