From 95b9e252e6abe66c60aae90dea3c6b4cf5c19cef Mon Sep 17 00:00:00 2001 From: tilghman Date: Sun, 14 Jan 2007 05:19:09 +0000 Subject: 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 --- main/db1-ast/btree/bt_get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/db1-ast/btree/bt_get.c') 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 #include -#include +#include "../include/db.h" #include "btree.h" /* -- cgit v1.2.3