summaryrefslogtreecommitdiff
path: root/libpurple/status.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/status.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/status.c')
-rw-r--r--libpurple/status.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpurple/status.c b/libpurple/status.c
index eb43acf345..92558335ed 100644
--- a/libpurple/status.c
+++ b/libpurple/status.c
@@ -18,6 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
+
+#include <glib/gi18n-lib.h>
+
#include "internal.h"
#include "purpleprivate.h"