=================================================================== RCS file: /cvs/mandoc/tbl_layout.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- mandoc/tbl_layout.c 2014/04/20 16:46:05 1.26 +++ mandoc/tbl_layout.c 2014/08/10 23:54:41 1.27 @@ -1,4 +1,4 @@ -/* $Id: tbl_layout.c,v 1.26 2014/04/20 16:46:05 schwarze Exp $ */ +/* $Id: tbl_layout.c,v 1.27 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2012, 2014 Ingo Schwarze @@ -15,9 +15,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