summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tx/config4
-rw-r--r--src/currency-manager.c1
2 files changed, 3 insertions, 2 deletions
diff --git a/.tx/config b/.tx/config
index c8ef3d3..b94f91e 100644
--- a/.tx/config
+++ b/.tx/config
@@ -1,14 +1,14 @@
[main]
host = https://www.transifex.com
-[MATE.master--mate-calc]
+[MATE.1-26--mate-calc]
file_filter = po/<lang>.po
source_file = mate-calc.pot
source_lang = en
type = PO
minimum_perc = 2
-[MATE.master--mate-calc-user-guide]
+[MATE.1-26--mate-calc-user-guide]
file_filter = help/<lang>/<lang>.po
source_file = help/mate-calc.pot
source_lang = en
diff --git a/src/currency-manager.c b/src/currency-manager.c
index 5ffffa4..acf5959 100644
--- a/src/currency-manager.c
+++ b/src/currency-manager.c
@@ -14,6 +14,7 @@
#include <glib/gstdio.h>
#include <gio/gio.h>
#include <libxml/tree.h>
+#include <libxml/parser.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <glib/gi18n.h>