Include "xalloc.h" for use of xalloc_oversized.
authorJim Meyering <jim@meyering.net>
Fri, 31 Oct 2003 14:06:36 +0000 (14:06 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Oct 2003 14:06:36 +0000 (14:06 +0000)
lib/hash.c

index 19e593f..945bb80 100644 (file)
@@ -29,6 +29,7 @@
 #endif
 
 #include "hash.h"
+#include "xalloc.h"
 
 #include <limits.h>
 #include <stdio.h>