=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -p -r1.46 -r1.47 --- mandoc/out.c 2013/10/05 20:30:05 1.46 +++ mandoc/out.c 2014/03/23 11:25:26 1.47 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.46 2013/10/05 20:30:05 schwarze Exp $ */ +/* $Id: out.c,v 1.47 2014/03/23 11:25:26 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -28,6 +28,7 @@ #include #include +#include "mandoc_aux.h" #include "mandoc.h" #include "out.h"