# HG changeset patch # User Herman Bloggs # Date 1042756762 0 # Node ID 1cfad48b7d93312643c0b4467fd2206d4a3752bc # Parent a4d30084fe1cdfc2d93fe876ef47f09a03612498 [gaim-migrate @ 4576] win32'ized committer: Tailor Script diff -r a4d30084fe1c -r 1cfad48b7d93 src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Thu Jan 16 22:37:44 2003 +0000 +++ b/src/protocols/msn/msn.c Thu Jan 16 22:39:22 2003 +0000 @@ -14,7 +14,9 @@ #include #include #include +#ifndef _WIN32 #include +#endif #include "gaim.h" #include "prpl.h" #include "proxy.h" @@ -22,6 +24,7 @@ #ifdef _WIN32 #include "win32dep.h" +#include "stdint.h" #endif #include "pixmaps/protocols/msn/msn_online.xpm" diff -r a4d30084fe1c -r 1cfad48b7d93 src/themes.c --- a/src/themes.c Thu Jan 16 22:37:44 2003 +0000 +++ b/src/themes.c Thu Jan 16 22:39:22 2003 +0000 @@ -27,6 +27,10 @@ #include #include "gaim.h" +#ifdef _WIN32 +#include "win32dep.h" +#endif + struct smiley_list { char *sml; GSList *smileys;