=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.30 retrieving revision 1.33 diff -u -p -r1.30 -r1.33 --- mandoc/term.h 2009/03/21 09:48:30 1.30 +++ mandoc/term.h 2009/03/25 21:46:24 1.33 @@ -1,6 +1,6 @@ -/* $Id: term.h,v 1.30 2009/03/21 09:48:30 kristaps Exp $ */ +/* $Id: term.h,v 1.33 2009/03/25 21:46:24 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. */ @@ -29,8 +30,8 @@ __BEGIN_DECLS enum termenc { TERMENC_ASCII, - TERMENC_LATIN1, - TERMENC_UTF8 + TERMENC_LATIN1, /* Not implemented. */ + TERMENC_UTF8 /* Not implemented. */ }; struct termp {