diff options
author | Roland McGrath <roland@gnu.org> | 1996-04-25 19:16:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-04-25 19:16:49 +0000 |
commit | c7fa33983d6f04f33ca6dbc540349fd727e74eb7 (patch) | |
tree | 62cfcfa960d9d953cb0e20dece809230686e2bb7 /pfinet | |
parent | 8598722868278021a84b4e9145f5da0e573c8b51 (diff) |
entered into RCS
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pfinet/time.c b/pfinet/time.c index 380c39a8..13f53cb7 100644 --- a/pfinet/time.c +++ b/pfinet/time.c @@ -1,4 +1,4 @@ -/* +/* Time management functions Copyright (C) 1995 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -/* Time management functions */ +#include <sys/time.h> void do_gettimeofday (struct timeval *tp) |