From e8fda405a7628fb8ea6a1fa520a76f5b8265b24e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 4 Jul 2005 04:44:34 +0000 Subject: [PATCH] #include to fix compile error with NDEBUG. --- src/hash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hash.c b/src/hash.c index 1d9c2f5b..1293398d 100644 --- a/src/hash.c +++ b/src/hash.c @@ -20,6 +20,7 @@ #include #include "hash.h" #include "error.h" +#include #include #include #include -- 2.30.2