context FEATURE allow custom content-id in yang-library data
diff --git a/tools/lint/common.c b/tools/lint/common.c
index db9036c..444f527 100644
--- a/tools/lint/common.c
+++ b/tools/lint/common.c
@@ -349,7 +349,7 @@
     const struct lys_module *mod;
 
     if (outformat != LYD_UNKNOWN) {
-        if (ly_ctx_get_yanglib_data(ctx, &ylib)) {
+        if (ly_ctx_get_yanglib_data(ctx, &ylib, "%u", ly_ctx_get_change_count(ctx))) {
             YLMSG_E("Getting context info (ietf-yang-library data) failed. If the YANG module is missing or not implemented, use an option to add it internally.\n");
             return 1;
         }