--- a/libpurple/protocols/gg/lib/dcc.c Sun Feb 21 16:52:42 2010 +0000 +++ b/libpurple/protocols/gg/lib/dcc.c Mon Feb 22 00:36:15 2010 +0000 @@ -25,15 +25,19 @@ * * \brief Obsługa połączeń bezpośrednich do wersji Gadu-Gadu 6.x */ +#include "libgadu.h" #include <sys/types.h> #include <sys/stat.h> -#include <sys/ioctl.h> -#include <sys/socket.h> -#include <netinet/in.h> -#include <arpa/inet.h> -#ifdef sun -# include <sys/filio.h> + +#ifndef _WIN32 +# include <sys/ioctl.h> +# include <sys/socket.h> +# include <netinet/in.h> +# include <arpa/inet.h> +# ifdef sun +# include <sys/filio.h> +# endif #endif #include <ctype.h> @@ -46,7 +50,6 @@ #include <unistd.h> #include "compat.h" -#include "libgadu.h" #ifndef GG_DEBUG_DISABLE