commit | 1a7a7bd6f97faa7e3fa01eac6b2b497790112d37 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Oct 16 14:39:15 2020 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Oct 19 09:50:45 2020 +0200 |
tree | cd67dab8a7647c53544af6141bebb5ebe26d3bf7 | |
parent | 09edca8562df4b833a8f8dae9953c36a8f8df326 [diff] [blame] |
tree schema compile REFACTOR file split into 3 files
diff --git a/src/xpath.c b/src/xpath.c index 1a121b3..7d5ddd9 100644 --- a/src/xpath.c +++ b/src/xpath.c
@@ -38,6 +38,7 @@ #include "plugins_types.h" #include "printer.h" #include "printer_data.h" +#include "schema_compile_node.h" #include "tree.h" #include "tree_data_internal.h" #include "tree_schema_internal.h"