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/tests/utests/test_context.c b/tests/utests/test_context.c index 495a652..a139bf5 100644 --- a/tests/utests/test_context.c +++ b/tests/utests/test_context.c
@@ -25,6 +25,7 @@ #include "parser.h" #include "tests/config.h" #include "tree_schema_internal.h" +#include "schema_compile.h" #define BUFSIZE 1024 char logbuf[BUFSIZE] = {0};