From 08c1e65e276f0a3377d6b9db80d79f7e74ec6137 Mon Sep 17 00:00:00 2001 From: vayne Date: Sat, 28 Jun 2008 19:32:35 +0000 Subject: mingw uses Windows sockets. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27141 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/librtsp/rtsp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/librtsp/rtsp.c b/stream/librtsp/rtsp.c index 30a2987e16..932114a762 100644 --- a/stream/librtsp/rtsp.c +++ b/stream/librtsp/rtsp.c @@ -42,7 +42,9 @@ #include #include #include - +#ifdef HAVE_WINSOCK2 +#include +#endif #include "mp_msg.h" #include "rtsp.h" #include "rtsp_session.h" -- cgit v1.2.3