From: Ben Pfaff Date: Mon, 4 Jul 2005 04:44:34 +0000 (+0000) Subject: #include to fix compile error with NDEBUG. X-Git-Tag: v0.4.0~52 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8fda405a7628fb8ea6a1fa520a76f5b8265b24e;p=pspp-builds.git #include to fix compile error with NDEBUG. --- 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