summaryrefslogtreecommitdiff
path: root/libav/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libav/rtp.c')
-rw-r--r--libav/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/rtp.c b/libav/rtp.c
index b42065fbea..714787c88b 100644
--- a/libav/rtp.c
+++ b/libav/rtp.c
@@ -16,11 +16,11 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <sys/socket.h>
#include "avformat.h"
#include <unistd.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#ifndef __BEOS__
# include <arpa/inet.h>