=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/out.c,v retrieving revision 1.51 retrieving revision 1.52 diff -c -r1.51 -r1.52 *** src/usr.bin/mandoc/out.c 2019/12/31 22:49:17 1.51 --- src/usr.bin/mandoc/out.c 2021/08/10 12:36:42 1.52 *************** *** 1,4 **** ! /* $OpenBSD: out.c,v 1.51 2019/12/31 22:49:17 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011,2014,2015,2017,2018 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: out.c,v 1.52 2021/08/10 12:36:42 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011,2014,2015,2017,2018 Ingo Schwarze *************** *** 20,30 **** --- 20,32 ---- #include #include #include + #include #include #include #include #include "mandoc_aux.h" + #include "mandoc.h" #include "tbl.h" #include "out.h"