=================================================================== RCS file: /cvs/mandoc/Attic/man_hash.c,v retrieving revision 1.21 retrieving revision 1.24 diff -u -p -r1.21 -r1.24 --- mandoc/Attic/man_hash.c 2010/05/17 22:11:42 1.21 +++ mandoc/Attic/man_hash.c 2011/03/22 14:33:05 1.24 @@ -1,6 +1,6 @@ -/* $Id: man_hash.c,v 1.21 2010/05/17 22:11:42 kristaps Exp $ */ +/* $Id: man_hash.c,v 1.24 2011/03/22 14:33:05 kristaps 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 "man.h" #include "mandoc.h" #include "libman.h"