aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/btree/bt_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'db1-ast/btree/bt_close.c')
-rw-r--r--db1-ast/btree/bt_close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db1-ast/btree/bt_close.c b/db1-ast/btree/bt_close.c
index 27f9ab660..67a6e5340 100644
--- a/db1-ast/btree/bt_close.c
+++ b/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 *));