schema tree BUGFIX accessible tree fixes
diff --git a/src/xpath.h b/src/xpath.h
index 72858dd..a79ea82 100644
--- a/src/xpath.h
+++ b/src/xpath.h
@@ -256,6 +256,7 @@
         const struct lysc_node *ctx_scnode;
     };
     enum lyxp_node_type root_type;
+    const struct lysc_node *context_op;
     const struct lys_module *local_mod;
     const struct lyd_node *tree;
     LYD_FORMAT format;