=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/man_hash.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/mandoc/Attic/man_hash.c 2010/07/31 23:42:04 1.13 +++ src/usr.bin/mandoc/Attic/man_hash.c 2011/04/24 16:22:02 1.14 @@ -1,4 +1,4 @@ -/* $Id: man_hash.c,v 1.13 2010/07/31 23:42:04 schwarze Exp $ */ +/* $Id: man_hash.c,v 1.14 2011/04/24 16:22:02 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -22,6 +22,7 @@ #include #include +#include "man.h" #include "mandoc.h" #include "libman.h"