=================================================================== RCS file: /cvs/mandoc/mandoc_aux.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/mandoc_aux.c 2015/11/06 16:30:33 1.8 +++ mandoc/mandoc_aux.c 2015/11/07 14:22:29 1.9 @@ -1,4 +1,4 @@ -/* $Id: mandoc_aux.c,v 1.8 2015/11/06 16:30:33 schwarze Exp $ */ +/* $Id: mandoc_aux.c,v 1.9 2015/11/07 14:22:29 schwarze Exp $ */ /* * Copyright (c) 2009, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -19,7 +19,9 @@ #include +#if HAVE_ERR #include +#endif #include #include #include