diff options
author | Michal Nowak <mnowak@startmail.com> | 2019-05-30 07:50:30 +0200 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2019-06-21 14:59:14 -0400 |
commit | cec8643b41ebefad6c677010fc784dc4bb0550f3 (patch) | |
tree | c4eca564abb29cbe5a704a1a1b182a6d0cb526fc /usr/src/cmd/mandoc/preconv.c | |
parent | 07188943efdbeedd24142a14db7384af1478ba54 (diff) | |
download | illumos-joyent-cec8643b41ebefad6c677010fc784dc4bb0550f3.tar.gz |
11190 Update mandoc to 1.14.5
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gergő Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/mandoc/preconv.c')
-rw-r--r-- | usr/src/cmd/mandoc/preconv.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/cmd/mandoc/preconv.c b/usr/src/cmd/mandoc/preconv.c index 08f8df86a6..9ed627d446 100644 --- a/usr/src/cmd/mandoc/preconv.c +++ b/usr/src/cmd/mandoc/preconv.c @@ -1,4 +1,4 @@ -/* $Id: preconv.c,v 1.16 2017/02/18 13:43:52 schwarze Exp $ */ +/* $Id: preconv.c,v 1.17 2018/12/13 11:55:47 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -22,7 +22,10 @@ #include <assert.h> #include <stdio.h> #include <string.h> + #include "mandoc.h" +#include "roff.h" +#include "mandoc_parse.h" #include "libmandoc.h" int |