=================================================================== RCS file: /cvs/mandoc/tree.c,v retrieving revision 1.20 retrieving revision 1.22 diff -u -p -r1.20 -r1.22 --- mandoc/tree.c 2010/05/17 22:11:42 1.20 +++ mandoc/tree.c 2010/06/26 15:36:37 1.22 @@ -1,6 +1,6 @@ -/* $Id: tree.c,v 1.20 2010/05/17 22:11:42 kristaps Exp $ */ +/* $Id: tree.c,v 1.22 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 @@ -24,6 +24,7 @@ #include #include "mandoc.h" +#include "regs.h" #include "mdoc.h" #include "man.h" #include "main.h"