diff options
Diffstat (limited to 'lib/libc/db/hash/hash_log2.c')
-rw-r--r-- | lib/libc/db/hash/hash_log2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/db/hash/hash_log2.c b/lib/libc/db/hash/hash_log2.c index 33e0515..0586aa7 100644 --- a/lib/libc/db/hash/hash_log2.c +++ b/lib/libc/db/hash/hash_log2.c @@ -36,9 +36,10 @@ static char sccsid[] = "@(#)hash_log2.c 8.2 (Berkeley) 5/31/94"; #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <sys/types.h> - #include <db.h> +#include "hash.h" +#include "page.h" +#include "extern.h" u_int32_t __log2(u_int32_t num) |