diff options
Diffstat (limited to 'net/asterisk16/files/patch-apps::app_intercom.c')
-rw-r--r-- | net/asterisk16/files/patch-apps::app_intercom.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk16/files/patch-apps::app_intercom.c b/net/asterisk16/files/patch-apps::app_intercom.c new file mode 100644 index 000000000000..387ddfb36f24 --- /dev/null +++ b/net/asterisk16/files/patch-apps::app_intercom.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- apps/app_intercom.c.orig Wed Aug 13 18:25:16 2003 ++++ apps/app_intercom.c Fri Oct 17 11:27:30 2003 +@@ -29,7 +29,7 @@ + #ifdef __linux__ + #include <linux/soundcard.h> + #else +-#include <soundcard.h> ++#include <sys/soundcard.h> + #endif + #include <netinet/in.h> + |