From e7e5965071e9632e242fa3933181c865a39be6a3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 Oct 2003 14:06:36 +0000 Subject: [PATCH] Include "xalloc.h" for use of xalloc_oversized. --- lib/hash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hash.c b/lib/hash.c index 19e593fef4..945bb80f78 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -29,6 +29,7 @@ #endif #include "hash.h" +#include "xalloc.h" #include #include -- 2.30.2