summaryrefslogtreecommitdiff
path: root/libpurple/proxy.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/proxy.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/proxy.c')
-rw-r--r--libpurple/proxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpurple/proxy.c b/libpurple/proxy.c
index 7d597cc6e6..336dad807e 100644
--- a/libpurple/proxy.c
+++ b/libpurple/proxy.c
@@ -25,6 +25,8 @@
, 2nd provide an easy way to add socks support
, 3rd draw women to it like flies to honey */
+#include <glib/gi18n-lib.h>
+
#include "internal.h"
#include "debug.h"
#include "notify.h"