diff options
Diffstat (limited to 'net/asterisk/files/patch-db.c')
-rw-r--r-- | net/asterisk/files/patch-db.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk/files/patch-db.c b/net/asterisk/files/patch-db.c new file mode 100644 index 0000000..ebe8fede --- /dev/null +++ b/net/asterisk/files/patch-db.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- db.c.orig Wed Aug 13 18:25:16 2003 ++++ db.c Fri Oct 17 11:27:30 2003 +@@ -32,7 +32,7 @@ + #include <asterisk/options.h> + #include <asterisk/astdb.h> + #include <asterisk/cli.h> +-#include "db1-ast/include/db.h" ++#include <db.h> + #include "asterisk.h" + #include "astconf.h" + |