=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tree.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/mandoc/tree.c 2010/05/23 22:45:01 1.7 +++ src/usr.bin/mandoc/tree.c 2010/06/27 21:54:42 1.8 @@ -1,6 +1,6 @@ -/* $Id: tree.c,v 1.7 2010/05/23 22:45:01 schwarze Exp $ */ +/* $Id: tree.c,v 1.8 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 @@ -20,6 +20,7 @@ #include #include "mandoc.h" +#include "regs.h" #include "mdoc.h" #include "man.h" #include "main.h"