=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/man_hash.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/mandoc/Attic/man_hash.c 2014/12/01 08:05:02 1.19 +++ src/usr.bin/mandoc/Attic/man_hash.c 2015/04/02 21:03:18 1.20 @@ -1,4 +1,4 @@ -/* $OpenBSD: man_hash.c,v 1.19 2014/12/01 08:05:02 schwarze Exp $ */ +/* $OpenBSD: man_hash.c,v 1.20 2015/04/02 21:03:18 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -21,6 +21,7 @@ #include #include +#include "roff.h" #include "man.h" #include "libman.h"