summaryrefslogtreecommitdiff
path: root/libpurple/xmlnode.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 /libpurple/xmlnode.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 'libpurple/xmlnode.c')
-rw-r--r--libpurple/xmlnode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpurple/xmlnode.c b/libpurple/xmlnode.c
index 82f2c4ff5a..08eca863f1 100644
--- a/libpurple/xmlnode.c
+++ b/libpurple/xmlnode.c
@@ -24,6 +24,8 @@
* write my own stuff. Also, re-writing this lets me be as lightweight
* as I want to be. Thank you libxode for giving me a good starting point */
+#include <glib/gi18n-lib.h>
+
#include "internal.h"
#include "debug.h"