[Asterisk-cvs] asterisk/utils streamplayer.c,1.6,1.7
russell
russell
Mon Oct 17 23:30:44 CDT 2005
Update of /usr/cvsroot/asterisk/utils
In directory mongoose.digium.com:/tmp/cvs-serv2387/utils
Modified Files:
streamplayer.c
Log Message:
fix build on older versions of mac osx, thanks twisted!
Index: streamplayer.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/streamplayer.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- streamplayer.c 16 Oct 2005 23:01:14 -0000 1.6
+++ streamplayer.c 18 Oct 2005 03:24:41 -0000 1.7
@@ -31,7 +31,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__)
#include <netinet/in.h>
#endif
#include <sys/time.h>
More information about the svn-commits
mailing list