diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-23 12:19:03 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-23 12:19:03 +0000 |
commit | a1867979c4c9ee59f1a222e80a1cd3a578c560ea (patch) | |
tree | 8816acfd32086ab8a6e8b98f370e946c0532a1be /cgi.c | |
parent | 889e182fcac9bd2312f07782277ab1e832f9bb75 (diff) | |
download | mandoc-a1867979c4c9ee59f1a222e80a1cd3a578c560ea.tar.gz |
needs mandoc_aux, too
Diffstat (limited to 'cgi.c')
-rw-r--r-- | cgi.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ #include "apropos_db.h" #include "mandoc.h" +#include "mandoc_aux.h" #include "mdoc.h" #include "man.h" #include "main.h" |