=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.177 retrieving revision 1.178 diff -u -p -r1.177 -r1.178 --- mandoc/main.c 2014/06/21 22:24:01 1.177 +++ mandoc/main.c 2014/08/10 23:54:41 1.178 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.177 2014/06/21 22:24:01 schwarze Exp $ */ +/* $Id: main.c,v 1.178 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2014 Ingo Schwarze @@ -16,9 +16,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