=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.84 retrieving revision 1.86 diff -u -p -r1.84 -r1.86 --- mandoc/mdoc_html.c 2010/06/13 21:41:58 1.84 +++ mandoc/mdoc_html.c 2010/06/26 15:36:37 1.86 @@ -1,6 +1,6 @@ -/* $Id: mdoc_html.c,v 1.84 2010/06/13 21:41:58 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.86 2010/06/26 15:36:37 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -30,6 +30,7 @@ #include "mandoc.h" #include "out.h" #include "html.h" +#include "regs.h" #include "mdoc.h" #include "main.h"