freebsd-ports/net/asterisk12/files/patch-apps::app_zapbarge.c
Maxim Sobolev 559dc94729 o Update zaptel to 1.4.1;
Submitted by:	Oleksandr Tymoshenko <gonzo@pbxpress.com>

o update libpri to 1.4.0;

PR:		111555
Submitted by:	"Phillip N." <pneumann@gmail.com>

o update asterisk12 to 1.2.7.

Sponsored by:	Sippy Software, Inc. ( http://www.sippysoft.com/ )

The reason it all is going in together is that they are interdependent.
2007-04-26 00:11:37 +00:00

14 lines
228 B
C

$FreeBSD$
--- apps/app_zapbarge.c
+++ apps/app_zapbarge.c
@@ -36,7 +36,7 @@
#ifdef __linux__
#include <linux/zaptel.h>
#else
-#include <zaptel.h>
+#include <zaptel/zaptel.h>
#endif /* __linux__ */
#include "asterisk.h"