[Asterisk-cvs] asterisk/utils streamplayer.c,1.1,1.2

kpfleming kpfleming
Tue Aug 23 11:34:01 CDT 2005


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

Modified Files:
	streamplayer.c 
Log Message:
fix build on FreeBSD (issue #5003)


Index: streamplayer.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/streamplayer.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- streamplayer.c	22 Aug 2005 19:29:29 -0000	1.1
+++ streamplayer.c	23 Aug 2005 15:36:01 -0000	1.2
@@ -9,6 +9,8 @@
 *
 * This program is free software, distributed under the terms of
 * the GNU General Public License
+*
+* $Revision$ 
 */
 
 #include <stdlib.h>
@@ -18,6 +20,9 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/socket.h>
+#if defined(__FreeBSD__)
+#include <netinet/in.h>
+#endif
 #include <sys/time.h>
 
 




More information about the svn-commits mailing list