aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tree.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 17:05:43 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 17:05:43 +0000
commit4bc3e1e460ff4491fd78fa2f9fdbed1a8db3681a (patch)
tree7d3454249797ea7071b7f73ce65f13f39df45bb4 /tree.c
parentdb291a2602e211bc92b0aeff06015e59baea0962 (diff)
downloadmandoc-4bc3e1e460ff4491fd78fa2f9fdbed1a8db3681a.tar.gz
mandoc-4bc3e1e460ff4491fd78fa2f9fdbed1a8db3681a.tar.zst
mandoc-4bc3e1e460ff4491fd78fa2f9fdbed1a8db3681a.zip
Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tree.c b/tree.c
index 2d75ae1d..4220ba7d 100644
--- a/tree.c
+++ b/tree.c
@@ -1,4 +1,4 @@
-/* $Id: tree.c,v 1.16 2009/10/13 10:57:25 kristaps Exp $ */
+/* $Id: tree.c,v 1.17 2009/10/26 17:05:44 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -18,6 +18,7 @@
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
+#include <time.h>
#include "mdoc.h"
#include "man.h"