--- a/libpurple/protocols/mxit/login.c Thu Mar 28 11:20:10 2013 +0100 +++ b/libpurple/protocols/mxit/login.c Fri Apr 26 12:27:23 2013 +0200 @@ -23,8 +23,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include "internal.h" -#include "purple.h" +#include "internal.h" +#include "debug.h" +#include "request.h" +#include "version.h" #include "obsolete.h" #include "protocol.h" @@ -58,7 +60,7 @@ const char* username = purple_account_get_username( account ); if ( username[0] == '+' ) { - char* fixed = g_strdup( &username[1] ); + char* fixed = g_strdup( &username[1] ); purple_account_set_username( account, fixed ); g_free( fixed ); }