commit | afac782413cc99ce4944cbf466c9c33e2d01f1d8 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 20 14:22:26 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Oct 21 10:54:57 2020 +0200 |
tree | c8256c09857b15b58154aa9aa840bc5bdc1e19c1 | |
parent | cfaff23148059f7c1e4925cfed4b6c1ca478e95e [diff] [blame] |
libyang REFACTOR printer -> in, parser -> out
diff --git a/src/json.c b/src/json.c index e304709..d7bf050 100644 --- a/src/json.c +++ b/src/json.c
@@ -21,7 +21,7 @@ #include "common.h" #include "json.h" -#include "parser_internal.h" +#include "in_internal.h" #define JSON_PUSH_STATUS_RET(CTX, STATUS) \ LY_CHECK_RET(ly_set_add(&CTX->status, (void*)STATUS, 1, NULL))