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:
ben 2006-06-27 21:39:48 +00:00
parent 62a3993cc8
commit 9a82c741ac
1 changed files with 2 additions and 1 deletions

View File

@ -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"