aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl_layout.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-04 23:04:38 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-04 23:04:38 +0000
commitd6eb62b54864648f3846c3e4cb09464f5ecbc0fd (patch)
tree302326f5fd6075209e0f4b5626af00cd70e231bc /tbl_layout.c
parent39a9b3c973d1e32bc0a38cb78ede6b3d6c3ea2ea (diff)
downloadmandoc-d6eb62b54864648f3846c3e4cb09464f5ecbc0fd.tar.gz
mandoc-d6eb62b54864648f3846c3e4cb09464f5ecbc0fd.tar.zst
mandoc-d6eb62b54864648f3846c3e4cb09464f5ecbc0fd.zip
Add config.h Glue for OpenIndiana (and older OpenSolaris) to build.
From a patch by Yuri Pankov, thanks!
Diffstat (limited to 'tbl_layout.c')
-rw-r--r--tbl_layout.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tbl_layout.c b/tbl_layout.c
index 8245003b..d06d2978 100644
--- a/tbl_layout.c
+++ b/tbl_layout.c
@@ -1,4 +1,4 @@
-/* $Id: tbl_layout.c,v 1.17 2011/03/20 16:02:05 kristaps Exp $ */
+/* $Id: tbl_layout.c,v 1.18 2011/04/04 23:04:38 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 <assert.h>
#include <ctype.h>
#include <stdlib.h>