X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/32cb5394cc495e6986770184cc8cfb5a9c55b19a..27178e6666d82be945ee668c2530249f5c728eb6:/cgi.c diff --git a/cgi.c b/cgi.c index 3690beb9..35b20160 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.49 2014/03/19 22:20:43 schwarze Exp $ */ +/* $Id: cgi.c,v 1.50 2014/03/23 12:19:03 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * @@ -43,6 +43,7 @@ #include "apropos_db.h" #include "mandoc.h" +#include "mandoc_aux.h" #include "mdoc.h" #include "man.h" #include "main.h"