aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/iterator/iter_hints.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/iterator/iter_hints.h')
-rw-r--r--external/unbound/iterator/iter_hints.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unbound/iterator/iter_hints.h b/external/unbound/iterator/iter_hints.h
index 715ec9f41..06b4b9667 100644
--- a/external/unbound/iterator/iter_hints.h
+++ b/external/unbound/iterator/iter_hints.h
@@ -59,7 +59,7 @@ struct iter_hints {
* contents of type iter_hints_stub. The class IN root is in here.
* uses name_tree_node from dnstree.h.
*/
- rbtree_t tree;
+ rbtree_type tree;
};
/**