=================================================================== RCS file: /cvs/mandoc/mdoc_man.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- mandoc/mdoc_man.c 2011/10/08 11:37:27 1.6 +++ mandoc/mdoc_man.c 2011/10/08 12:47:40 1.7 @@ -1,4 +1,4 @@ -/* $Id: mdoc_man.c,v 1.6 2011/10/08 11:37:27 kristaps Exp $ */ +/* $Id: mdoc_man.c,v 1.7 2011/10/08 12:47:40 kristaps Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze * @@ -14,6 +14,10 @@ * 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