=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/man_html.c 2009/09/21 14:56:57 1.1 +++ mandoc/man_html.c 2009/10/03 15:08:09 1.2 @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.1 2009/09/21 14:56:57 kristaps Exp $ */ +/* $Id: man_html.c,v 1.2 2009/10/03 15:08:09 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -17,6 +17,7 @@ #include #include +#include #include #include "html.h"