aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast/btree/bt_get.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-14 05:19:09 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-14 05:19:09 +0000
commit95b9e252e6abe66c60aae90dea3c6b4cf5c19cef (patch)
treea1965437bfc0b48f7adeb1403e5b816233557db8 /main/db1-ast/btree/bt_get.c
parent57bb1b3784d76ef35e72acc9fde1aded221cb3a4 (diff)
Merged revisions 50782 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r50782 | tilghman | 2007-01-13 23:13:47 -0600 (Sat, 13 Jan 2007) | 10 lines Merged revisions 50781 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r50781 | tilghman | 2007-01-13 23:01:16 -0600 (Sat, 13 Jan 2007) | 2 lines Bug 8814 - db should look for its header using a relative path, instead of the system path (Fixes FreeWRT) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50783 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/db1-ast/btree/bt_get.c')
-rw-r--r--main/db1-ast/btree/bt_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db1-ast/btree/bt_get.c b/main/db1-ast/btree/bt_get.c
index 74824c73f..b5e18022c 100644
--- a/main/db1-ast/btree/bt_get.c
+++ b/main/db1-ast/btree/bt_get.c
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)bt_get.c 8.6 (Berkeley) 7/20/94";
#include <stddef.h>
#include <stdio.h>
-#include <db.h>
+#include "../include/db.h"
#include "btree.h"
/*