mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
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);
|