=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.77 retrieving revision 1.78 diff -u -p -r1.77 -r1.78 --- mandoc/man_term.c 2010/06/25 18:53:14 1.77 +++ mandoc/man_term.c 2010/06/26 15:36:37 1.78 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.77 2010/06/25 18:53:14 kristaps Exp $ */ +/* $Id: man_term.c,v 1.78 2010/06/26 15:36:37 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -28,6 +28,7 @@ #include "mandoc.h" #include "out.h" +#include "regs.h" #include "man.h" #include "term.h" #include "chars.h"