=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term_ps.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/mandoc/term_ps.c 2014/01/05 21:21:08 1.20 --- src/usr.bin/mandoc/term_ps.c 2014/03/21 22:17:01 1.21 *************** *** 1,4 **** ! /* $Id: term_ps.c,v 1.20 2014/01/05 21:21:08 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: term_ps.c,v 1.21 2014/03/21 22:17:01 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * *************** *** 14,23 **** * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - #ifdef HAVE_CONFIG_H - #include "config.h" - #endif - #include #include --- 14,19 ---- *************** *** 30,35 **** --- 26,32 ---- #include #include "mandoc.h" + #include "mandoc_aux.h" #include "out.h" #include "main.h" #include "term.h"