aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl_layout.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-01 21:23:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-01 21:23:01 +0000
commit59cd23842b32e78c3cdc0afc0deafb3b7529e470 (patch)
treec619db4ff7b048e192e017a4405ccf912bf8d491 /tbl_layout.c
parentdbd5746117cfc008d44b2e9e53c8f76c8d92673d (diff)
downloadmandoc-59cd23842b32e78c3cdc0afc0deafb3b7529e470.tar.gz
mandoc-59cd23842b32e78c3cdc0afc0deafb3b7529e470.tar.zst
mandoc-59cd23842b32e78c3cdc0afc0deafb3b7529e470.zip
Add bits for compilation on Mac.
Diffstat (limited to 'tbl_layout.c')
-rw-r--r--tbl_layout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbl_layout.c b/tbl_layout.c
index a93f5c9a..e482328d 100644
--- a/tbl_layout.c
+++ b/tbl_layout.c
@@ -1,4 +1,4 @@
-/* $Id: tbl_layout.c,v 1.3 2010/12/30 09:34:07 kristaps Exp $ */
+/* $Id: tbl_layout.c,v 1.4 2011/01/01 21:23:01 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -18,6 +18,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "mandoc.h"
#include "libmandoc.h"