--- a/finch/gntmedia.c Sun May 10 13:43:52 2020 +0000 +++ b/finch/gntmedia.c Fri May 01 12:13:35 2020 -0500 @@ -20,7 +20,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include <internal.h> +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + +#include <glib/gi18n-lib.h> + +#include <purple.h> + #include "finch.h" #include "gntconv.h" #include "gntmedia.h" @@ -30,8 +37,6 @@ #include "gntbox.h" #include "gntlabel.h" -#include <purple.h> - /* An incredibly large part of the following is from gtkmedia.c */ #ifdef USE_VV #include "media-gst.h"