X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/4bc3e1e460ff4491fd78fa2f9fdbed1a8db3681a..39d478672b8680bafd8d1dcbdaa3ab9ab5cc187d:/lib.c diff --git a/lib.c b/lib.c index 107e63f3..e377c1bc 100644 --- a/lib.c +++ b/lib.c @@ -1,6 +1,6 @@ -/* $Id: lib.c,v 1.5 2009/10/26 17:05:44 kristaps Exp $ */ +/* $Id: lib.c,v 1.15 2018/12/13 11:55:46 schwarze Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -14,10 +14,12 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include +#include "config.h" + +#include #include -#include +#include "roff.h" #include "libmdoc.h" #define LINE(x, y) \ @@ -29,5 +31,5 @@ mdoc_a2lib(const char *p) #include "lib.in" - return(NULL); + return NULL; }