commit | e7b9509a110e719f394ee602544f29e8f74c6e22 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed May 15 11:03:07 2019 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Wed May 15 14:06:19 2019 +0200 |
tree | b97cea290905cdb1f74da6180e9cf090136af95e | |
parent | cc6a45c92e544b3350202aa3b538b9ed8e5d9a88 [diff] [blame] |
data tree FEATURE initial implementation of YANG data support
diff --git a/tests/src/test_xml.c b/tests/src/test_xml.c index c93be56..e153b92 100644 --- a/tests/src/test_xml.c +++ b/tests/src/test_xml.c
@@ -17,7 +17,6 @@ #include "../../src/xml.c" #include "../../src/common.c" #include "../../src/log.c" - #include <stdarg.h> #include <stddef.h> #include <setjmp.h> @@ -26,6 +25,7 @@ #include <stdio.h> #include <string.h> +#include "../../src/printer.c" #include "libyang.h" #define BUFSIZE 1024