# HG changeset patch # User Jim Meyering # Date 1067609196 0 # Node ID 1625c6204e0b04501bfe9f1deb936c4b09d20c54 # Parent c66105a31bc02b93db7c317fb597f8612b438262 Include "xalloc.h" for use of xalloc_oversized. diff --git a/lib/hash.c b/lib/hash.c --- a/lib/hash.c +++ b/lib/hash.c @@ -29,6 +29,7 @@ #endif #include "hash.h" +#include "xalloc.h" #include #include