X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/972a8d7ae7f6cd2ac8f3987e69555ad859c46dac..d4259559e03832a483906e3fbdece04d42fe0ed0:/lib.c?ds=inline diff --git a/lib.c b/lib.c index bbf2aec8..0474924d 100644 --- a/lib.c +++ b/lib.c @@ -1,4 +1,4 @@ -/* $Id: lib.c,v 1.8 2010/06/19 20:46:27 kristaps Exp $ */ +/* $Id: lib.c,v 1.14 2017/06/24 14:38:32 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -14,15 +14,15 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif -#include +#include + #include -#include #include "mandoc.h" +#include "roff.h" +#include "mdoc.h" #include "libmdoc.h" #define LINE(x, y) \ @@ -34,5 +34,5 @@ mdoc_a2lib(const char *p) #include "lib.in" - return(NULL); + return NULL; }