summaryrefslogtreecommitdiffstats
path: root/stream/librtsp/rtsp.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-07-09 18:32:51 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-07-09 18:32:51 +0300
commitca3feba5c339f12141bf335e5592967caccc290b (patch)
tree06ec4960d34fd7a50c6efb80f8e017b2f4ab5d99 /stream/librtsp/rtsp.c
parent8ea134bd23022afbe1a06c0241c0c2c6ea2618f8 (diff)
parent8760b0cb71dc6aa9c08d926712e64218931a1782 (diff)
downloadmpv-ca3feba5c339f12141bf335e5592967caccc290b.tar.bz2
mpv-ca3feba5c339f12141bf335e5592967caccc290b.tar.xz
Merge svn changes up to r27242
Conflicts: Makefile configure
Diffstat (limited to 'stream/librtsp/rtsp.c')
-rw-r--r--stream/librtsp/rtsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/librtsp/rtsp.c b/stream/librtsp/rtsp.c
index 932114a762..d69c684c19 100644
--- a/stream/librtsp/rtsp.c
+++ b/stream/librtsp/rtsp.c
@@ -41,6 +41,7 @@
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <inttypes.h>
#ifdef HAVE_WINSOCK2
#include <winsock2.h>