Mercurial > mplayer.hg
changeset 18837:70bcf587a49a
includes before checking for defines (thanks Reimar for watching me)
author | ben |
---|---|
date | Tue, 27 Jun 2006 21:39:48 +0000 |
parents | 10d3a190d935 |
children | cf45632eaef6 |
files | libmpdemux/librtsp/rtsp_rtp.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/librtsp/rtsp_rtp.c Tue Jun 27 19:18:52 2006 +0000 +++ b/libmpdemux/librtsp/rtsp_rtp.c Tue Jun 27 21:39:48 2006 +0000 @@ -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"