=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.49.2.12 retrieving revision 1.49.2.14 diff -u -p -r1.49.2.12 -r1.49.2.14 --- mandoc/mandocdb.c 2014/03/19 22:09:29 1.49.2.12 +++ mandoc/mandocdb.c 2014/03/23 12:04:54 1.49.2.14 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.49.2.12 2014/03/19 22:09:29 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.49.2.14 2014/03/23 12:04:54 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011, 2012 Ingo Schwarze @@ -54,6 +54,7 @@ #include "man.h" #include "mdoc.h" #include "mandoc.h" +#include "mandoc_aux.h" #include "mandocdb.h" #include "manpath.h" @@ -651,7 +652,7 @@ index_merge(const struct of *of, struct mparse *mp, if ((MANDOC_SRC & of->src_form || ! (MANDOC_FORM & of->src_form)) && MANDOCLEVEL_FATAL > mparse_readfd(mp, -1, fn)) - mparse_result(mp, &mdoc, &man); + mparse_result(mp, &mdoc, &man, NULL); if (NULL != mdoc) { msec = mdoc_meta(mdoc)->msec;