summaryrefslogtreecommitdiffstats
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
commit362b644aa4d42f96b45c6346a349d73f47465a2a (patch)
tree377f266de2de7b7bd1427785a80ef775b4201756 /tbl.c
parenta6fc57313f118d9293e5a03f77a3d10cccda0819 (diff)
downloadmandoc-362b644aa4d42f96b45c6346a349d73f47465a2a.tar.gz
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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tbl.c b/tbl.c
index 5861a5e2..10e11ca4 100644
--- a/tbl.c
+++ b/tbl.c
@@ -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>