Mercurial > pidgin
changeset 26971:58ff88dba33a
Fix merge.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 29 Apr 2009 23:23:51 +0000 |
parents | 413006df9828 |
children | 55e96ee47d0a |
files | libpurple/protocols/jabber/disco.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.c Wed Apr 29 23:20:51 2009 +0000 +++ b/libpurple/protocols/jabber/disco.c Wed Apr 29 23:23:51 2009 +0000 @@ -22,6 +22,7 @@ #include "internal.h" #include "prefs.h" #include "debug.h" +#include "request.h" #include "adhoccommands.h" #include "buddy.h" @@ -226,7 +227,6 @@ JabberBuddy *jb; JabberBuddyResource *jbr = NULL; JabberCapabilities capabilities = JABBER_CAP_NONE; - struct _jabber_disco_info_cb_data *jdicd; if((jid = jabber_id_new(from))) { if(jid->resource && (jb = jabber_buddy_find(js, from, TRUE)))