=================================================================== RCS file: /cvs/mandoc/mdoc_man.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -p -r1.68 -r1.69 --- mandoc/mdoc_man.c 2014/08/06 15:09:05 1.68 +++ mandoc/mdoc_man.c 2014/08/10 23:54:41 1.69 @@ -1,4 +1,4 @@ -/* $Id: mdoc_man.c,v 1.68 2014/08/06 15:09:05 schwarze Exp $ */ +/* $Id: mdoc_man.c,v 1.69 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze * @@ -14,9 +14,9 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif + +#include #include #include