summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2023-11-22 11:28:06 +0100
committerraveit65 <[email protected]>2023-11-25 20:09:32 +0100
commit281eb73086eb9353ec55724b6feda20f6d918232 (patch)
tree2497c0646261be38bb18aa20b4515c841845d851
parent4bb386dadbd0e1b5c94e039aaaf61dcf9eccd104 (diff)
downloadmate-calc-1.26.tar.bz2
mate-calc-1.26.tar.xz
Fix implicit function declarations with libxml2 2.121.26
-rw-r--r--src/currency-manager.c1
1 files changed, 1 insertions, 0 deletions
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>