=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.217 retrieving revision 1.218 diff -u -p -r1.217 -r1.218 --- mandoc/term.c 2014/03/13 19:23:50 1.217 +++ mandoc/term.c 2014/03/23 11:25:26 1.218 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.217 2014/03/13 19:23:50 schwarze Exp $ */ +/* $Id: term.c,v 1.218 2014/03/23 11:25:26 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -23,12 +23,12 @@ #include #include -#include #include #include #include #include "mandoc.h" +#include "mandoc_aux.h" #include "out.h" #include "term.h" #include "main.h"