=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- mandoc/man.c 2009/09/16 14:40:56 1.40 +++ mandoc/man.c 2009/09/23 11:53:45 1.41 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.40 2009/09/16 14:40:56 kristaps Exp $ */ +/* $Id: man.c,v 1.41 2009/09/23 11:53:45 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -14,6 +14,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include + #include #include #include