summaryrefslogtreecommitdiffstats
path: root/tbl_opts.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_opts.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_opts.c')
-rw-r--r--tbl_opts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tbl_opts.c b/tbl_opts.c
index 3e3d7673..97a23d6e 100644
--- a/tbl_opts.c
+++ b/tbl_opts.c
@@ -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 <ctype.h>
#include <stdio.h>
#include <stdlib.h>