diff options
-rw-r--r-- | lib/hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hash.c b/lib/hash.c index 19e593fef..945bb80f7 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -29,6 +29,7 @@ #endif #include "hash.h" +#include "xalloc.h" #include <limits.h> #include <stdio.h> |