mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
962d6e05b4
- add optional support for building with Zaptel module.
15 lines
296 B
C
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>
|