From 788a4d5f913fd4100f2163cf2e4e4a4a487f21ef Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 1 Sep 2008 07:31:57 +0000 Subject: Move '#define closesocket close' preprocessor directive to a common place and put it under the proper '#ifndef HAVE_CLOSESOCKET' condition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27505 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/udp.c') diff --git a/stream/udp.c b/stream/udp.c index 52d47a0991..e7ac97f597 100644 --- a/stream/udp.c +++ b/stream/udp.c @@ -36,13 +36,13 @@ #include #include #include -#define closesocket close #else #include #include #endif #include "mp_msg.h" +#include "network.h" #include "url.h" #include "udp.h" -- cgit v1.2.3