Mercurial > pidgin
diff src/protocols/jabber/jutil.c @ 3717:988485669631
[gaim-migrate @ 3850]
Warning fixes and WIN32 ifdef removals
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Wed, 16 Oct 2002 19:57:03 +0000 |
parents | 4e7cefc55971 |
children | 67c4e9d39242 |
line wrap: on
line diff
--- a/src/protocols/jabber/jutil.c Wed Oct 16 19:44:19 2002 +0000 +++ b/src/protocols/jabber/jutil.c Wed Oct 16 19:57:03 2002 +0000 @@ -41,6 +41,10 @@ #include "lib.h" +#ifdef _WIN32 +#include "win32dep.h" +#endif + /* util for making presence packets */ xmlnode jutil_presnew(int type, char *to, char *status) {