aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast/btree/bt_seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/db1-ast/btree/bt_seq.c')
-rw-r--r--main/db1-ast/btree/bt_seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db1-ast/btree/bt_seq.c b/main/db1-ast/btree/bt_seq.c
index 5ba7b0301..3f1724274 100644
--- a/main/db1-ast/btree/bt_seq.c
+++ b/main/db1-ast/btree/bt_seq.c
@@ -45,7 +45,7 @@ static char sccsid[] = "@(#)bt_seq.c 8.7 (Berkeley) 7/20/94";
#include <stdio.h>
#include <stdlib.h>
-#include <db.h>
+#include "../include/db.h"
#include "btree.h"
static int __bt_first __P((BTREE *, const DBT *, EPG *, int *));