=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.29 retrieving revision 1.32 diff -u -p -r1.29 -r1.32 --- mandoc/term.h 2009/03/20 15:14:01 1.29 +++ mandoc/term.h 2009/03/23 15:20:51 1.32 @@ -1,6 +1,6 @@ -/* $Id: term.h,v 1.29 2009/03/20 15:14:01 kristaps Exp $ */ +/* $Id: term.h,v 1.32 2009/03/23 15:20:51 kristaps Exp $ */ /* - * Copyright (c) 2008 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 @@ -20,6 +20,7 @@ #define TERM_H #include "mdoc.h" +#include "man.h" /* FIXME - clean up tabs. */ @@ -73,7 +74,7 @@ struct termpair { (termp)->flags |= (fl); \ (p)->flag = (fl); \ (p)->type |= TERMPAIR_FLAG; \ - } while (0) + } while ( /* CONSTCOND */ 0) struct termact { int (*pre)(struct termp *, struct termpair *,