38e1f1309a
DAHDI support) are still missed and will be added on later date.
21 lines
395 B
C
21 lines
395 B
C
|
|
$FreeBSD$
|
|
|
|
--- main/db.c
|
|
+++ main/db.c
|
|
@@ -36,6 +36,7 @@
|
|
#include <sys/time.h>
|
|
#include <signal.h>
|
|
#include <dirent.h>
|
|
+#include <db.h>
|
|
|
|
#include "asterisk/channel.h"
|
|
#include "asterisk/file.h"
|
|
@@ -46,7 +47,6 @@
|
|
#include "asterisk/utils.h"
|
|
#include "asterisk/lock.h"
|
|
#include "asterisk/manager.h"
|
|
-#include "db1-ast/include/db.h"
|
|
|
|
static DB *astdb;
|
|
AST_MUTEX_DEFINE_STATIC(dblock);
|