aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast/btree/bt_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/db1-ast/btree/bt_close.c')
-rw-r--r--main/db1-ast/btree/bt_close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db1-ast/btree/bt_close.c b/main/db1-ast/btree/bt_close.c
index 27f9ab660..67a6e5340 100644
--- a/main/db1-ast/btree/bt_close.c
+++ b/main/db1-ast/btree/bt_close.c
@@ -46,7 +46,7 @@ static char sccsid[] = "@(#)bt_close.c 8.7 (Berkeley) 8/17/94";
#include <string.h>
#include <unistd.h>
-#include <db.h>
+#include "../include/db.h"
#include "btree.h"
static int bt_meta __P((BTREE *));