=================================================================== RCS file: /cvs/mandoc/Attic/man_hash.c,v retrieving revision 1.20 retrieving revision 1.22 diff -u -p -r1.20 -r1.22 --- mandoc/Attic/man_hash.c 2010/05/15 22:49:58 1.20 +++ mandoc/Attic/man_hash.c 2010/06/19 20:46:28 1.22 @@ -1,6 +1,6 @@ -/* $Id: man_hash.c,v 1.20 2010/05/15 22:49:58 kristaps Exp $ */ +/* $Id: man_hash.c,v 1.22 2010/06/19 20:46:28 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -26,6 +26,7 @@ #include #include +#include "mandoc.h" #include "libman.h" #define HASH_DEPTH 6