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/stream_ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_ftp.c') diff --git a/stream/stream_ftp.c b/stream/stream_ftp.c index 814d7d0083..95632e7375 100644 --- a/stream/stream_ftp.c +++ b/stream/stream_ftp.c @@ -11,12 +11,12 @@ #include #ifndef HAVE_WINSOCK2_H #include -#define closesocket close #else #include #endif #include "mp_msg.h" +#include "network.h" #include "stream.h" #include "help_mp.h" #include "m_option.h" -- cgit v1.2.3