=================================================================== RCS file: /cvs/mandoc/tbl_data.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- mandoc/tbl_data.c 2014/04/23 16:08:33 1.31 +++ mandoc/tbl_data.c 2014/08/10 23:54:41 1.32 @@ -1,4 +1,4 @@ -/* $Id: tbl_data.c,v 1.31 2014/04/23 16:08:33 schwarze Exp $ */ +/* $Id: tbl_data.c,v 1.32 2014/08/10 23:54:41 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 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