mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 17:40:30 +00:00
includes before checking for defines (thanks Reimar for watching me)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18841 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
62a3993cc8
commit
9a82c741ac
@ -25,6 +25,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef HAVE_WINSOCK2
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
@ -35,7 +37,6 @@
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "mp_msg.h"
|
||||
#include "rtsp.h"
|
||||
#include "rtsp_rtp.h"
|
||||
|
Loading…
Reference in New Issue
Block a user