aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast/hash/hash_log2.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/db1-ast/hash/hash_log2.c')
-rw-r--r--main/db1-ast/hash/hash_log2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db1-ast/hash/hash_log2.c b/main/db1-ast/hash/hash_log2.c
index 6bcf9c114..b86655d47 100644
--- a/main/db1-ast/hash/hash_log2.c
+++ b/main/db1-ast/hash/hash_log2.c
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)hash_log2.c 8.2 (Berkeley) 5/31/94";
#include <sys/types.h>
-#include <db.h>
+#include "../include/db.h"
u_int32_t __hash_log2 __P((u_int32_t));