aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/streamplayer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/streamplayer.c b/utils/streamplayer.c
index 5ae742f08..90447a63a 100755
--- a/utils/streamplayer.c
+++ b/utils/streamplayer.c
@@ -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>