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

This commit is contained in:
ache 1995-02-24 01:02:59 +00:00
parent 5b9f7dc890
commit 18a5653682

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