=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.63 retrieving revision 1.65 diff -u -p -r1.63 -r1.65 --- mandoc/html.c 2009/10/13 10:21:24 1.63 +++ mandoc/html.c 2009/10/20 05:45:21 1.65 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.63 2009/10/13 10:21:24 kristaps Exp $ */ +/* $Id: html.c,v 1.65 2009/10/20 05:45:21 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -29,6 +29,7 @@ #include "out.h" #include "chars.h" #include "html.h" +#include "main.h" #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) @@ -649,3 +650,4 @@ bufcat_su(struct html *h, const char *p, const struct /* LINTED */ buffmt(h, "%s: %d%s;", p, (int)v, u); } +