aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/db
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-14 05:01:16 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-14 05:01:16 +0000
commit60ffa2262a4567caf541f8650bea23b4ccf2c8d5 (patch)
tree1de96fb45858f195ac51614e5145467a0d84c155 /db1-ast/db
parent93b4d11c0c97dff337e98703f8a7e8e00f2e3c17 (diff)
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/branches/1.2@50781 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'db1-ast/db')
-rw-r--r--db1-ast/db/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db1-ast/db/db.c b/db1-ast/db/db.c
index 5a74061e0..ced186e43 100644
--- a/db1-ast/db/db.c
+++ b/db1-ast/db/db.c
@@ -42,7 +42,7 @@ static char sccsid[] = "@(#)db.c 8.4 (Berkeley) 2/21/94";
#include <stddef.h>
#include <stdio.h>
-#include <db.h>
+#include "../include/db.h"
#ifndef __APPLE__
#define dbopen __dbopen