X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/6e133feff5b8dab64f8a349610b937c9502008a4..6186d581cef14eeac47ae71fb343d8b6b1b5b013:/lib.c diff --git a/lib.c b/lib.c index f24f16cb..5295950b 100644 --- a/lib.c +++ b/lib.c @@ -1,6 +1,6 @@ -/* $Id: lib.c,v 1.4 2009/06/10 20:18:43 kristaps Exp $ */ +/* $Id: lib.c,v 1.13 2015/10/06 18:32:19 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,9 +14,14 @@ * 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 "roff.h" +#include "mdoc.h" #include "libmdoc.h" #define LINE(x, y) \ @@ -28,5 +33,5 @@ mdoc_a2lib(const char *p) #include "lib.in" - return(NULL); + return NULL; }