aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-03-23 12:19:03 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-03-23 12:19:03 +0000
commitd44afd04277797fc00e15bbd5a98a196404fb778 (patch)
treedda09bd7f06c7cc0cb8313ece9f93e7302715ce2 /cgi.c
parente7bd52bb8b529ce7e10d5d912a85f84a34390698 (diff)
downloadmandoc-d44afd04277797fc00e15bbd5a98a196404fb778.tar.gz
mandoc-d44afd04277797fc00e15bbd5a98a196404fb778.tar.zst
mandoc-d44afd04277797fc00e15bbd5a98a196404fb778.zip
needs mandoc_aux, too
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c3
1 files changed, 2 insertions, 1 deletions
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 <kristaps@bsd.lv>
*
@@ -43,6 +43,7 @@
#include "apropos_db.h"
#include "mandoc.h"
+#include "mandoc_aux.h"
#include "mdoc.h"
#include "man.h"
#include "main.h"