diff libgaim/protocols/qq/crypt.c @ 14554:516ef76d6430

[gaim-migrate @ 17277] Patch from Joymarquis to make qq compile on win32. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 14 Sep 2006 19:26:04 +0000
parents b7f17fdded6f
children ca943d7fb274
line wrap: on
line diff
--- a/libgaim/protocols/qq/crypt.c	Thu Sep 14 18:53:56 2006 +0000
+++ b/libgaim/protocols/qq/crypt.c	Thu Sep 14 19:26:04 2006 +0000
@@ -38,7 +38,11 @@
 0x61C88647 is what we can track on the ASM codes.!!
 */
 
+#ifdef _WIN32
+#include "win32dep.h"
+#else
 #include <arpa/inet.h>
+#endif
 
 #include <string.h>