summaryrefslogtreecommitdiffstats
path: root/libmpdemux/rtp.c
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-24 16:24:35 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-24 16:24:35 +0000
commit2f4c1fb851a60bd124b394394a4a9737281cb3a2 (patch)
tree97fd6194b2ef1ff775b2eb624c10da2d3ae6a990 /libmpdemux/rtp.c
parent7e17324263efc8fc92a5f4d7624741d402079d15 (diff)
downloadmpv-2f4c1fb851a60bd124b394394a4a9737281cb3a2.tar.bz2
mpv-2f4c1fb851a60bd124b394394a4a9737281cb3a2.tar.xz
FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3717 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/rtp.c')
-rw-r--r--libmpdemux/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/rtp.c b/libmpdemux/rtp.c
index 186ce2859b..5700632344 100644
--- a/libmpdemux/rtp.c
+++ b/libmpdemux/rtp.c
@@ -1,8 +1,8 @@
/* Imported from the dvbstream-0.2 project */
#include <stdlib.h>
#include <string.h>
-#include <netinet/in.h>
#include <unistd.h>
+#include <netinet/in.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>