From: Jim Meyering Date: Fri, 31 Oct 2003 14:06:36 +0000 (+0000) Subject: Include "xalloc.h" for use of xalloc_oversized. X-Git-Tag: cvs-readonly~4349 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e7e5965071e9632e242fa3933181c865a39be6a3;p=gnulib.git Include "xalloc.h" for use of xalloc_oversized. --- 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