From: Ezra Peisach Date: Thu, 5 Jul 2001 11:30:16 +0000 (+0000) Subject: * hash/hash_log2.c: Include hash.h, page.h and extern.h for X-Git-Tag: krb5-1.3-alpha1~1245 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba31db5b58d36341e76287d27e4222e0f1b4a10b;p=krb5.git * hash/hash_log2.c: Include hash.h, page.h and extern.h for prototype. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13555 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog index 1aaecfe99..c6bc39d46 100644 --- a/src/util/db2/ChangeLog +++ b/src/util/db2/ChangeLog @@ -1,3 +1,7 @@ +2001-07-04 Ezra Peisach + + * hash/hash_log2.c: Include hash.h, page.h and extern.h for prototype. + 2001-06-21 Ezra Peisach * test/dbtest.c: Cast argument to isspace() to int. Do not shadow diff --git a/src/util/db2/hash/hash_log2.c b/src/util/db2/hash/hash_log2.c index 27ca9ba52..8c710e5d2 100644 --- a/src/util/db2/hash/hash_log2.c +++ b/src/util/db2/hash/hash_log2.c @@ -39,6 +39,9 @@ static char sccsid[] = "@(#)hash_log2.c 8.4 (Berkeley) 11/7/95"; #endif /* LIBC_SCCS and not lint */ #include "db-int.h" +#include "hash.h" +#include "page.h" +#include "extern.h" u_int32_t __kdb2_log2(num)