summaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff/files/patch-main::db.c
blob: 653f7f534309461a8a3dc4b4575807de7d545525 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$FreeBSD: /tmp/pcvs/ports/net/asterisk-bristuff/files/Attic/patch-main::db.c,v 1.1 2009-09-16 19:33:37 fjoe Exp $

--- main/db.c.orig	Fri Jan 13 11:05:32 2006
+++ main/db.c	Fri Jan 13 11:06:55 2006
@@ -35,6 +35,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <dirent.h>
+#include <db.h>
 
 #include "asterisk.h"
 
@@ -51,7 +52,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
 #include "asterisk/utils.h"
 #include "asterisk/lock.h"
 #include "asterisk/manager.h"
-#include "db1-ast/include/db.h"
 
 #ifdef __CYGWIN__
 #define dbopen __dbopen