=================================================================== RCS file: /cvs/mandoc/Attic/mdocterm.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- mandoc/Attic/mdocterm.c 2009/03/08 18:02:36 1.36 +++ mandoc/Attic/mdocterm.c 2009/03/09 13:17:49 1.37 @@ -1,4 +1,4 @@ -/* $Id: mdocterm.c,v 1.36 2009/03/08 18:02:36 kristaps Exp $ */ +/* $Id: mdocterm.c,v 1.37 2009/03/09 13:17:49 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -16,6 +16,8 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ +#include + #include #include #include @@ -23,9 +25,6 @@ #include #include #include -#ifndef __OpenBSD__ -#include -#endif #include "mmain.h" #include "term.h"