summaryrefslogtreecommitdiffstats
path: root/stream/asf_streaming.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-05 10:30:06 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-05 10:30:06 +0000
commitd7b460956a351157b59a551a8c21cfc18bf11e69 (patch)
tree9733d7622666dccb56bc641dd3c9cf78825bc7c0 /stream/asf_streaming.c
parentd3df3a773f3abd46c8f96a14c45c8d4a57ac71fb (diff)
downloadmpv-d7b460956a351157b59a551a8c21cfc18bf11e69.tar.bz2
mpv-d7b460956a351157b59a551a8c21cfc18bf11e69.tar.xz
isolated tcp socket code from network.c to a dedicated file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19341 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/asf_streaming.c')
-rw-r--r--stream/asf_streaming.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index 1446c44f6d..bc9d082f38 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -23,6 +23,7 @@
#include "libmpdemux/demuxer.h"
#include "network.h"
+#include "tcp.h"
#ifdef ARCH_X86
#define ASF_LOAD_GUID_PREFIX(guid) (*(uint32_t *)(guid))