changeset 4838:888c882a8261

*hash.c: Include "xalloc.h" for use of xalloc_oversized.
author Jim Meyering <jim@meyering.net>
date Fri, 31 Oct 2003 14:06:59 +0000
parents 1625c6204e0b
children 72b30d7ed3c6
files lib/ChangeLog
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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>