=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- mandoc/html.c 2009/09/21 13:42:01 1.44 +++ mandoc/html.c 2009/09/21 13:43:21 1.45 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.44 2009/09/21 13:42:01 kristaps Exp $ */ +/* $Id: html.c,v 1.45 2009/09/21 13:43:21 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -23,6 +23,7 @@ #include #include #include +#include #include "chars.h" #include "mdoc.h"