summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc.h b/mdoc.h
index b053e533..bcd941a4 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -252,6 +252,7 @@ struct mdoc_node {
struct mdoc_node *child;
struct mdoc_node *next;
struct mdoc_node *prev;
+ int nchild;
int line;
int pos;
int tok;