--- a/pidgin/pidginaccountchooser.h Mon Aug 12 23:25:49 2019 -0400 +++ b/pidgin/pidginaccountchooser.h Tue Aug 13 01:23:29 2019 -0400 @@ -28,12 +28,19 @@ * @title: Pidgin Account Chooser Combo Box Widget */ +#include <gtk/gtk.h> + #include "pidgin.h" #include "account.h" G_BEGIN_DECLS +#define PIDGIN_TYPE_ACCOUNT_CHOOSER (pidgin_account_chooser_get_type()) + +G_DECLARE_FINAL_TYPE(PidginAccountChooser, pidgin_account_chooser, PIDGIN, + ACCOUNT_CHOOSER, GtkComboBox) + /** * pidgin_account_chooser_new: * @default_account: The account to select by default.