summaryrefslogtreecommitdiff
path: root/finch/gntblist.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-05-21 21:21:54 -0500
committerGary Kramlich <grim@reaperworld.com>2020-05-21 21:21:54 -0500
commitef58b88f3762a1d2c8e9593714bee563145104de (patch)
treed0903dc02b4688f41cae9ecfa3c85925e55386a4 /finch/gntblist.c
parentbeae4694d8e74e1b67dfc60d2808d991648074fe (diff)
downloadpidgin-ef58b88f3762a1d2c8e9593714bee563145104de.tar.gz
Make sure we're not including the gettext macros in header files and deal with the repercussions of that.
Diffstat (limited to 'finch/gntblist.c')
-rw-r--r--finch/gntblist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/finch/gntblist.c b/finch/gntblist.c
index d927491bf8..e46a9c0735 100644
--- a/finch/gntblist.c
+++ b/finch/gntblist.c
@@ -24,6 +24,8 @@
#include NCURSES_HEADER
+#include <glib/gi18n-lib.h>
+
#include <purple.h>
#include "gntbox.h"