=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -p -r1.63 -r1.64 --- mandoc/html.c 2009/10/13 10:21:24 1.63 +++ mandoc/html.c 2009/10/13 10:57:25 1.64 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.63 2009/10/13 10:21:24 kristaps Exp $ */ +/* $Id: html.c,v 1.64 2009/10/13 10:57:25 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))