pidgin/pidgin

Add missing i18n headers.

2020-11-16, Elliott Sales de Andrade
defc6aec1761
Parents 807f0b114d36
Children 42456b38da44
Add missing i18n headers.

These are needed via `PIDGIN_ALERT_TITLE` -> `PIDGIN_NAME` -> `_("Pidgin")`

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/223/
--- a/pidgin/pidgindialog.c Sun Nov 15 01:42:00 2020 -0600
+++ b/pidgin/pidgindialog.c Mon Nov 16 18:21:19 2020 -0600
@@ -19,6 +19,8 @@
* along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
+#include <glib/gi18n-lib.h>
+
#include "pidgindialog.h"
#include "pidgincore.h"
--- a/pidgin/pidginwindow.c Sun Nov 15 01:42:00 2020 -0600
+++ b/pidgin/pidginwindow.c Mon Nov 16 18:21:19 2020 -0600
@@ -19,6 +19,8 @@
* along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
+#include <glib/gi18n-lib.h>
+
#include "pidginwindow.h"
#include "pidgincore.h"