=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- mandoc/mdoc_html.c 2010/06/19 20:46:28 1.85 +++ mandoc/mdoc_html.c 2010/06/26 15:36:37 1.86 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.85 2010/06/19 20:46:28 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.86 2010/06/26 15:36:37 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -30,6 +30,7 @@ #include "mandoc.h" #include "out.h" #include "html.h" +#include "regs.h" #include "mdoc.h" #include "main.h"