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/parser_lyb.c b/src/parser_lyb.c index 0e6bf9c..cacda64 100644 --- a/src/parser_lyb.c +++ b/src/parser_lyb.c
@@ -31,6 +31,7 @@ #include "parser_data.h" #include "parser_internal.h" #include "plugins_exts.h" +#include "plugins_exts/metadata.h" #include "set.h" #include "tree.h" #include "tree_data.h"