Mercurial > pidgin
diff src/protocols/msn/session.h @ 13125:442b23efba54
[gaim-migrate @ 15487]
sf patch #1424749, from Evan Schoenberg
Fix MSN buddy icon rate-limiting problems
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 05 Feb 2006 21:30:43 +0000 |
| parents | c824e39db0e7 |
| children | bc30c6270d9f |
line wrap: on
line diff
--- a/src/protocols/msn/session.h Sun Feb 05 20:06:31 2006 +0000 +++ b/src/protocols/msn/session.h Sun Feb 05 21:30:43 2006 +0000 @@ -28,9 +28,11 @@ #include "sslconn.h" +#include "user.h" +#include "slpcall.h" + #include "notification.h" #include "switchboard.h" -#include "user.h" #include "group.h" #include "cmdproc.h"
