From 6ac4f2256749cc720d79317e8eb1a48a706e2db8 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 11 Jun 2003 16:48:09 +0000 Subject: Networking support under MinGW. Patch by flo/yepyep . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10282 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream/netstream.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/netstream/netstream.c b/TOOLS/netstream/netstream.c index a79def31bf..0cf9e121b1 100644 --- a/TOOLS/netstream/netstream.c +++ b/TOOLS/netstream/netstream.c @@ -28,11 +28,17 @@ #include #include #include - #include + +#include "config.h" + +#ifndef HAVE_WINSOCK2 #include #include #include +#else +#include +#endif #include #include -- cgit v1.2.3