=================================================================== RCS file: /cvs/mandoc/Attic/man_hash.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- mandoc/Attic/man_hash.c 2014/12/01 08:05:52 1.29 +++ mandoc/Attic/man_hash.c 2015/04/02 21:36:49 1.30 @@ -1,4 +1,4 @@ -/* $Id: man_hash.c,v 1.29 2014/12/01 08:05:52 schwarze Exp $ */ +/* $Id: man_hash.c,v 1.30 2015/04/02 21:36:49 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -23,6 +23,7 @@ #include #include +#include "roff.h" #include "man.h" #include "libman.h"