aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-18 03:24:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-18 03:24:41 +0000
commita7e7f480c30eb6ddbf475c6c5ee558247dd17856 (patch)
tree203a9b5d248bc8526fd39d5c5a4d51627edcc684 /utils
parent81205f2fd3ebf7c77c2a3908f46e29066187404c (diff)
fix build on older versions of mac osx, thanks twisted!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6814 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rwxr-xr-xutils/streamplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/streamplayer.c b/utils/streamplayer.c
index b11fc39e0..4cd953114 100755
--- a/utils/streamplayer.c
+++ b/utils/streamplayer.c
@@ -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>