summaryrefslogtreecommitdiffstats
path: root/mandoc_xr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc_xr.h')
-rw-r--r--mandoc_xr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc_xr.h b/mandoc_xr.h
index 182dc1ad..1e19199a 100644
--- a/mandoc_xr.h
+++ b/mandoc_xr.h
@@ -21,6 +21,7 @@ struct mandoc_xr {
char *name;
int line; /* Or -1 for this page's own names. */
int pos;
+ int count;
char hashkey[];
};