=================================================================== RCS file: /cvs/mandoc/Attic/man_hash.c,v retrieving revision 1.20 retrieving revision 1.23 diff -u -p -r1.20 -r1.23 --- mandoc/Attic/man_hash.c 2010/05/15 22:49:58 1.20 +++ mandoc/Attic/man_hash.c 2010/07/31 23:52:58 1.23 @@ -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.23 2010/07/31 23:52:58 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 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