=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.36 retrieving revision 1.40 diff -u -p -r1.36 -r1.40 --- mandoc/man_html.c 2010/05/26 14:03:54 1.36 +++ mandoc/man_html.c 2010/06/27 16:18:13 1.40 @@ -1,6 +1,6 @@ -/* $Id: man_html.c,v 1.36 2010/05/26 14:03:54 kristaps Exp $ */ +/* $Id: man_html.c,v 1.40 2010/06/27 16:18:13 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 @@ -29,6 +29,7 @@ #include "mandoc.h" #include "out.h" #include "html.h" +#include "regs.h" #include "man.h" #include "main.h"