summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 13:17:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 13:17:49 +0000
commita0219192673923a5150c771288ed334616f6f882 (patch)
tree075284ce09795e62a9925283039720396c390f23 /mdoc.h
parent24f072b20b99820b86ab0e941c49026a51c11d1d (diff)
downloadmandoc-a0219192673923a5150c771288ed334616f6f882.tar.gz
mandoc-a0219192673923a5150c771288ed334616f6f882.tar.zst
mandoc-a0219192673923a5150c771288ed334616f6f882.zip
Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index 9144150e..f79e42ec 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.43 2009/03/09 13:04:01 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.44 2009/03/09 13:17:49 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -19,6 +19,8 @@
#ifndef MDOC_H
#define MDOC_H
+#include <time.h>
+
/*
* This library implements a validating scanner/parser for ``mdoc'' roff
* macro documents, a.k.a. BSD manual page documents. The mdoc.c file