=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/cgi.c,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- src/usr.bin/mandoc/cgi.c 2018/10/19 21:10:00 1.99 +++ src/usr.bin/mandoc/cgi.c 2018/12/13 11:55:14 1.100 @@ -1,4 +1,4 @@ -/* $OpenBSD: cgi.c,v 1.99 2018/10/19 21:10:00 schwarze Exp $ */ +/* $OpenBSD: cgi.c,v 1.100 2018/12/13 11:55:14 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2016, 2017, 2018 Ingo Schwarze @@ -34,6 +34,7 @@ #include "roff.h" #include "mdoc.h" #include "man.h" +#include "mandoc_parse.h" #include "main.h" #include "manconf.h" #include "mansearch.h"