aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/hash
diff options
context:
space:
mode:
authorautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-14 06:13:36 +0000
committerautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-14 06:13:36 +0000
commit461b8aa6def78583ddf0a158878e91a7544806a6 (patch)
tree7901aa254c9f581215ad0521f71f8836d7770f31 /db1-ast/hash
parentf9610152aedbdd4dfb476e973c23554ea0ce4482 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@50819 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'db1-ast/hash')
-rw-r--r--db1-ast/hash/hash.c2
-rw-r--r--db1-ast/hash/hash_bigkey.c2
-rw-r--r--db1-ast/hash/hash_buf.c2
-rw-r--r--db1-ast/hash/hash_func.c2
-rw-r--r--db1-ast/hash/hash_log2.c2
-rw-r--r--db1-ast/hash/hash_page.c2
-rw-r--r--db1-ast/hash/hsearch.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/db1-ast/hash/hash.c b/db1-ast/hash/hash.c
index 187cdca53..b7544601f 100644
--- a/db1-ast/hash/hash.c
+++ b/db1-ast/hash/hash.c
@@ -53,7 +53,7 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94";
#include "../include/asterisk/compat.h"
-#include <db.h>
+#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"
diff --git a/db1-ast/hash/hash_bigkey.c b/db1-ast/hash/hash_bigkey.c
index 94c64083f..daa8c1f17 100644
--- a/db1-ast/hash/hash_bigkey.c
+++ b/db1-ast/hash/hash_bigkey.c
@@ -67,7 +67,7 @@ static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94";
#include <assert.h>
#endif
-#include <db.h>
+#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"
diff --git a/db1-ast/hash/hash_buf.c b/db1-ast/hash/hash_buf.c
index f47a7b08e..063dd8229 100644
--- a/db1-ast/hash/hash_buf.c
+++ b/db1-ast/hash/hash_buf.c
@@ -65,7 +65,7 @@ static char sccsid[] = "@(#)hash_buf.c 8.5 (Berkeley) 7/15/94";
#include <assert.h>
#endif
-#include <db.h>
+#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"
diff --git a/db1-ast/hash/hash_func.c b/db1-ast/hash/hash_func.c
index 4ec5def8c..4d7907b57 100644
--- a/db1-ast/hash/hash_func.c
+++ b/db1-ast/hash/hash_func.c
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)hash_func.c 8.2 (Berkeley) 2/21/94";
#include <sys/types.h>
-#include <db.h>
+#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"
diff --git a/db1-ast/hash/hash_log2.c b/db1-ast/hash/hash_log2.c
index 6bcf9c114..b86655d47 100644
--- a/db1-ast/hash/hash_log2.c
+++ b/db1-ast/hash/hash_log2.c
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)hash_log2.c 8.2 (Berkeley) 5/31/94";
#include <sys/types.h>
-#include <db.h>
+#include "../include/db.h"
u_int32_t __hash_log2 __P((u_int32_t));
diff --git a/db1-ast/hash/hash_page.c b/db1-ast/hash/hash_page.c
index 1429dd6c3..737b97d32 100644
--- a/db1-ast/hash/hash_page.c
+++ b/db1-ast/hash/hash_page.c
@@ -67,7 +67,7 @@ static char sccsid[] = "@(#)hash_page.c 8.7 (Berkeley) 8/16/94";
#include <assert.h>
#endif
-#include <db.h>
+#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"
diff --git a/db1-ast/hash/hsearch.c b/db1-ast/hash/hsearch.c
index cc8f7a4aa..2971f9308 100644
--- a/db1-ast/hash/hsearch.c
+++ b/db1-ast/hash/hsearch.c
@@ -43,7 +43,7 @@ static char sccsid[] = "@(#)hsearch.c 8.4 (Berkeley) 7/21/94";
#include <fcntl.h>
#include <string.h>
-#include <db.h>
+#include "../include/db.h"
#include "search.h"
static DB *dbp = NULL;