diff options
author | Colomban Wendling <[email protected]> | 2023-11-22 11:28:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-11-25 20:09:32 +0100 |
commit | 281eb73086eb9353ec55724b6feda20f6d918232 (patch) | |
tree | 2497c0646261be38bb18aa20b4515c841845d851 | |
parent | 4bb386dadbd0e1b5c94e039aaaf61dcf9eccd104 (diff) | |
download | mate-calc-281eb73086eb9353ec55724b6feda20f6d918232.tar.bz2 mate-calc-281eb73086eb9353ec55724b6feda20f6d918232.tar.xz |
Fix implicit function declarations with libxml2 2.121.26
-rw-r--r-- | src/currency-manager.c | 1 |
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> |