=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- src/usr.bin/mandoc/man_term.c 2010/06/26 19:08:00 1.42 +++ src/usr.bin/mandoc/man_term.c 2010/06/27 21:54:42 1.43 @@ -1,6 +1,6 @@ -/* $Id: man_term.c,v 1.42 2010/06/26 19:08:00 schwarze Exp $ */ +/* $Id: man_term.c,v 1.43 2010/06/27 21:54:42 schwarze 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 @@ -24,6 +24,7 @@ #include "mandoc.h" #include "out.h" +#include "regs.h" #include "man.h" #include "term.h" #include "chars.h"