mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
22 lines
435 B
C
22 lines
435 B
C
|
|
$FreeBSD$
|
|
|
|
--- db.c.orig Fri Jan 13 11:05:32 2006
|
|
+++ 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
|