summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/time.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-02-24 01:02:59 +0000
committerache <ache@FreeBSD.org>1995-02-24 01:02:59 +0000
commit18a56536822272f24717a0db33e0e8ef0d124754 (patch)
tree22f16f899926b0154bf8d2a06ac584397013f52e /lib/libc/gen/time.3
parent5b9f7dc8908863e8dabe6063b251e73ef0c0abe6 (diff)
downloadFreeBSD-src-18a56536822272f24717a0db33e0e8ef0d124754.zip
FreeBSD-src-18a56536822272f24717a0db33e0e8ef0d124754.tar.gz
Add missing #include <time.h> with time() prototype
Diffstat (limited to 'lib/libc/gen/time.3')
-rw-r--r--lib/libc/gen/time.31
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3
index 1343836..6283393 100644
--- a/lib/libc/gen/time.3
+++ b/lib/libc/gen/time.3
@@ -43,6 +43,7 @@
.Nd get time of day
.Sh SYNOPSIS
.Fd #include <sys/types.h>
+.Fd #include <time.h>
.Ft time_t
.Fn time "time_t *tloc"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud