aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 01:10:20 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-14 01:10:20 +0000
commit06e6b25ca44f1612b599b7f89d33367be9bd72b5 (patch)
treead1888e09a9c859f58860502d550d21def10ed68 /utils
parent664813210f2945e02f5502d9ce9ea4b6186bd18a (diff)
more BSD portability fixes (issue #5155)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6578 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 5ab7f70ad..1a8309887 100755
--- a/utils/streamplayer.c
+++ b/utils/streamplayer.c
@@ -20,7 +20,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
-#if defined(__FreeBSD__) || defined(__OpenBSD__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
#include <netinet/in.h>
#endif
#include <sys/time.h>