Add missing #include <time.h> with time() prototype

This commit is contained in:
Andrey A. Chernov 1995-02-24 01:02:59 +00:00
parent 838dadc476
commit 977e8ea0c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6677

View file

@ -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