--- a/libpurple/protocols/zephyr/zephyr.c Mon Sep 16 20:47:19 2019 -0400 +++ b/libpurple/protocols/zephyr/zephyr.c Mon Sep 16 21:08:27 2019 -0400 @@ -2262,7 +2262,7 @@ return who; } - gc = purple_account_get_connection(account); + gc = purple_account_get_connection((PurpleAccount *)account); if (gc == NULL) return NULL;