diff lib/hash.c @ 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 a6d03da0fa67
children a535859efd14
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>