From: Gildas Bazin Date: Thu, 22 Sep 2005 21:19:33 +0000 (+0000) Subject: * modules/misc/network/ipv6.c: EVC compilation fixes. X-Git-Tag: 0.8.4~428 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=510db00de5e518590f8a26b72c38911cb4c42d63;p=vlc * modules/misc/network/ipv6.c: EVC compilation fixes. --- diff --git a/modules/misc/network/ipv6.c b/modules/misc/network/ipv6.c index f60bf81fd7..b051891261 100644 --- a/modules/misc/network/ipv6.c +++ b/modules/misc/network/ipv6.c @@ -28,18 +28,20 @@ * Preamble *****************************************************************************/ #include -#include -#include #include -#include -#include #include +#include + +#ifdef HAVE_FCNTL_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif #ifdef HAVE_UNISTD_H # include -#elif defined( _MSC_VER ) && defined( _WIN32 ) -# include #endif #ifdef WIN32