summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/db2/ChangeLog4
-rw-r--r--src/util/db2/hash/hash_log2.c3
2 files changed, 7 insertions, 0 deletions
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 <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
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)