From 4fd41898aec52841e15e4bf7964eb113da51b019 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 Oct 2003 14:05:55 +0000 Subject: [PATCH] Include "xalloc.h". --- 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.47.2