commit | bbbbda93defa3498f736ccdc1d410fe1d1808d6b | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu May 16 12:16:28 2019 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu May 16 12:16:28 2019 +0200 |
tree | 15581f9195164867f7d5a306e31e46009c44c4b6 | |
parent | d7de8f8725fd261016af340c5747a970debfebfc [diff] [blame] |
tests BUGFIX include compatibility code to run in different environments
diff --git a/tests/src/test_parser_yang.c b/tests/src/test_parser_yang.c index c171402..06cfecf 100644 --- a/tests/src/test_parser_yang.c +++ b/tests/src/test_parser_yang.c
@@ -13,6 +13,7 @@ */ #include "../../src/common.c" +#include "../../src/compat.c" #include "../../src/set.c" #include "../../src/log.c" #include "../../src/hash_table.c"