1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/asterisk12/files/patch-channels::chan_iax2.c
Maxim Sobolev 962d6e05b4 - Update to 0.9.0;
- add optional support for building with Zaptel module.
2004-04-30 05:21:08 +00:00

15 lines
296 B
C

$FreeBSD$
--- channels/chan_iax2.c 2004/04/29 21:36:51 1.1
+++ channels/chan_iax2.c 2004/04/29 21:37:10
@@ -52,7 +52,7 @@
#include <sys/stat.h>
#ifdef IAX_TRUNKING
#include <sys/ioctl.h>
-#include <linux/zaptel.h>
+#include <zaptel.h>
#endif
#ifdef MYSQL_FRIENDS
#include <mysql/mysql.h>