From: Jim Meyering Date: Fri, 31 Oct 2003 14:05:55 +0000 (+0000) Subject: Include "xalloc.h". X-Git-Tag: v5.1.0~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd41898aec52841e15e4bf7964eb113da51b019;p=thirdparty%2Fcoreutils.git Include "xalloc.h". --- 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