diff -r 612fec2b5a0e -r 02cb08146888 libpurple/protocols/mxit/multimx.c --- a/libpurple/protocols/mxit/multimx.c Sat Jul 06 05:19:37 2013 +0530 +++ b/libpurple/protocols/mxit/multimx.c Sat Jul 06 15:17:36 2013 +0530 @@ -559,7 +559,7 @@ /* Send invite to MXit */ mxit_send_groupchat_invite(session, multimx->roomid, 1, &username); - /* Find the buddy information for this contact (reference: "libpurple/blist.h") */ + /* Find the buddy information for this contact (reference: "libpurple/buddylist.h") */ buddy = purple_find_buddy(session->acc, username); if (!buddy) { purple_debug_warning(MXIT_PLUGIN_ID, "mxit_chat_invite: unable to find the buddy '%s'\n", username);