=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.170 retrieving revision 1.172 diff -u -p -r1.170 -r1.172 --- mandoc/main.c 2014/03/19 21:51:20 1.170 +++ mandoc/main.c 2014/03/23 11:25:26 1.172 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.170 2014/03/19 21:51:20 schwarze Exp $ */ +/* $Id: main.c,v 1.172 2014/03/23 11:25:26 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2014 Ingo Schwarze @@ -28,6 +28,7 @@ #include #include "mandoc.h" +#include "mandoc_aux.h" #include "main.h" #include "mdoc.h" #include "man.h" @@ -294,7 +295,7 @@ parse(struct curparse *curp, int fd, } } - mparse_result(curp->mp, &mdoc, &man); + mparse_result(curp->mp, &mdoc, &man, NULL); /* Execute the out device, if it exists. */