=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.154 retrieving revision 1.155 diff -u -p -r1.154 -r1.155 --- mandoc/html.c 2014/01/22 20:58:39 1.154 +++ mandoc/html.c 2014/03/23 11:25:26 1.155 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.154 2014/01/22 20:58:39 schwarze Exp $ */ +/* $Id: html.c,v 1.155 2014/03/23 11:25:26 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze @@ -31,6 +31,7 @@ #include #include "mandoc.h" +#include "mandoc_aux.h" #include "libmandoc.h" #include "out.h" #include "html.h"