[Asterisk-cvs] asterisk/apps app_intercom.c,1.5,1.6

markster at lists.digium.com markster at lists.digium.com
Mon Oct 20 21:31:28 CDT 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv7784/apps

Modified Files:
	app_intercom.c 
Log Message:
FreeBSD patch, take 2


Index: app_intercom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_intercom.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- app_intercom.c	16 Oct 2003 21:11:29 -0000	1.5
+++ app_intercom.c	21 Oct 2003 02:57:29 -0000	1.6
@@ -28,6 +28,8 @@
 #include <sys/time.h>
 #ifdef __linux__
 #include <linux/soundcard.h>
+#elif defined(__FreeBSD__)
+#include <machine/soundcard.h>
 #else
 #include <soundcard.h>
 #endif




More information about the svn-commits mailing list