diff -r b53b1ff4bbd7 -r 586238415076 libpurple/protocols/qq/packet_parse.h --- a/libpurple/protocols/qq/packet_parse.h Mon Aug 04 07:04:53 2008 +0000 +++ b/libpurple/protocols/qq/packet_parse.h Mon Aug 04 15:52:22 2008 +0000 @@ -37,7 +37,11 @@ */ #define MAX_PACKET_SIZE 65535 +#ifndef _WIN32 #include +#else +#include "win32dep.h" +#endif gint qq_get8(guint8 *b, guint8 *buf); gint qq_get16(guint16 *w, guint8 *buf);