=================================================================== RCS file: /cvs/mandoc/cgi.c,v retrieving revision 1.91 retrieving revision 1.93 diff -u -p -r1.91 -r1.93 --- mandoc/cgi.c 2014/07/25 21:05:41 1.91 +++ mandoc/cgi.c 2014/08/10 23:54:41 1.93 @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.91 2014/07/25 21:05:41 schwarze Exp $ */ +/* $Id: cgi.c,v 1.93 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -15,14 +15,15 @@ * 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 #include #include +#include #include #include #include