summaryrefslogtreecommitdiff
path: root/main/db1-ast/include
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-01-14 05:19:09 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-01-14 05:19:09 +0000
commitb2cb3f86c418afbfe0772a48c15f110c97c7cc2c (patch)
treea1965437bfc0b48f7adeb1403e5b816233557db8 /main/db1-ast/include
parent67a894c071f755f228ba2a4fe5c282eb462a59d2 (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: https://origsvn.digium.com/svn/asterisk/trunk@50783 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/db1-ast/include')
-rw-r--r--main/db1-ast/include/ndbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db1-ast/include/ndbm.h b/main/db1-ast/include/ndbm.h
index db14dff2e..d2079b0a5 100644
--- a/main/db1-ast/include/ndbm.h
+++ b/main/db1-ast/include/ndbm.h
@@ -39,7 +39,7 @@
#ifndef _NDBM_H
#define _NDBM_H 1
-#include <db.h>
+#include "db.h"
/* Map dbm interface onto db(3). */
#define DBM_RDONLY O_RDONLY