* hash/hash_log2.c: Include hash.h, page.h and extern.h for
authorEzra Peisach <epeisach@mit.edu>
Thu, 5 Jul 2001 11:30:16 +0000 (11:30 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 5 Jul 2001 11:30:16 +0000 (11:30 +0000)
prototype.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13555 dc483132-0cff-0310-8789-dd5450dbe970

src/util/db2/ChangeLog
src/util/db2/hash/hash_log2.c

index 1aaecfe99b85d4f7d35542a4669ba99f7d0c0a81..c6bc39d46ab1dc8300673b917472af35ec2a33a1 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-04  Ezra Peisach  <epeisach@mit.edu>
+
+       * hash/hash_log2.c: Include hash.h, page.h and extern.h for prototype.
+
 2001-06-21  Ezra Peisach  <epeisach@mit.edu>
 
        * test/dbtest.c: Cast argument to isspace() to int. Do not shadow
index 27ca9ba52e2838f433611469d03e334254fcaf30..8c710e5d21ecda2bda096ee02f6a751f19927317 100644 (file)
@@ -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)