commit | b475096f457f716c44f27d407c62217e1bfac7dd | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Oct 06 15:33:35 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Nov 08 08:25:25 2022 +0100 |
tree | c0826b1449e9904069dff18c77573803479f7f7b | |
parent | d0625d7b366946720beefd8877db358edd8d9c56 [diff] [blame] |
tree schema REFACTOR move ext definitions to plugins_exts header
diff --git a/src/xpath.c b/src/xpath.c index 49b87d6..1d5ad53 100644 --- a/src/xpath.c +++ b/src/xpath.c
@@ -32,6 +32,7 @@ #include "out.h" #include "parser_data.h" #include "path.h" +#include "plugins_exts/metadata.h" #include "plugins_types.h" #include "printer_data.h" #include "schema_compile_node.h"