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.
14 lines
228 B
C
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"
|