[Asterisk-cvs] asterisk/utils streamplayer.c,1.2,1.3
russell
russell
Wed Aug 24 13:21:51 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/apps app_voicemail.c,1.151.2.21,1.151.2.22
- Next message: [Asterisk-cvs] zaptel kb1ec.h, NONE, 1.1 kb1ec_const.h, NONE,
1.1 zaptel.h, 1.44, 1.45 zconfig.h, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/utils
In directory mongoose.digium.com:/tmp/cvs-serv24338
Modified Files:
streamplayer.c
Log Message:
fix build for OpenBSD (bug #5019)
Index: streamplayer.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/streamplayer.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- streamplayer.c 23 Aug 2005 15:36:01 -0000 1.2
+++ streamplayer.c 24 Aug 2005 17:23:44 -0000 1.3
@@ -20,7 +20,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
#include <netinet/in.h>
#endif
#include <sys/time.h>
- Previous message: [Asterisk-cvs] asterisk/apps app_voicemail.c,1.151.2.21,1.151.2.22
- Next message: [Asterisk-cvs] zaptel kb1ec.h, NONE, 1.1 kb1ec_const.h, NONE,
1.1 zaptel.h, 1.44, 1.45 zconfig.h, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list