summaryrefslogtreecommitdiffstats
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
commita1867979c4c9ee59f1a222e80a1cd3a578c560ea (patch)
tree8816acfd32086ab8a6e8b98f370e946c0532a1be /cgi.c
parent889e182fcac9bd2312f07782277ab1e832f9bb75 (diff)
downloadmandoc-a1867979c4c9ee59f1a222e80a1cd3a578c560ea.tar.gz
needs mandoc_aux, too
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi.c b/cgi.c
index 380c445b..27d78459 100644
--- a/cgi.c
+++ b/cgi.c
@@ -43,6 +43,7 @@
#include "apropos_db.h"
#include "mandoc.h"
+#include "mandoc_aux.h"
#include "mdoc.h"
#include "man.h"
#include "main.h"