aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl.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.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.c')
-rw-r--r--tbl.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tbl.c b/tbl.c
index 9b331e86..6ef2f735 100644
--- a/tbl.c
+++ b/tbl.c
@@ -1,4 +1,4 @@
-/* $Id: tbl.c,v 1.24 2011/03/22 09:48:13 kristaps Exp $ */
+/* $Id: tbl.c,v 1.25 2011/04/04 23:04:38 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,6 +15,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 <stdio.h>
#include <stdlib.h>