=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/mandoc/man.c 2009/09/21 21:11:37 1.13 +++ src/usr.bin/mandoc/man.c 2009/10/19 10:20:24 1.14 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.13 2009/09/21 21:11:37 schwarze Exp $ */ +/* $Id: man.c,v 1.14 2009/10/19 10:20:24 schwarze 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