changeset 4837:1625c6204e0b

Include "xalloc.h" for use of xalloc_oversized.
author Jim Meyering <jim@meyering.net>
date Fri, 31 Oct 2003 14:06:36 +0000
parents c66105a31bc0
children 888c882a8261
files lib/hash.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -29,6 +29,7 @@
 #endif
 
 #include "hash.h"
+#include "xalloc.h"
 
 #include <limits.h>
 #include <stdio.h>