diff options
| author | kleink <kleink@NetBSD.org> | 1998-04-01 14:29:08 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1998-04-01 14:29:08 +0000 |
| commit | d1cd3dd49bc8ea9412d6c691034be9bbc8d46706 (patch) | |
| tree | 34878762d8dbdf4eb37777f5023081a607379845 /libexec/comsat | |
| parent | 15fbf68ce98bf26c48f9b7a9537214d6fb992329 (diff) | |
Need <time.h> for time() prototype.
Diffstat (limited to 'libexec/comsat')
| -rw-r--r-- | libexec/comsat/comsat.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 52a499e53aa..4b40864e896 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -1,4 +1,4 @@ -/* $NetBSD: comsat.c,v 1.10 1997/10/07 10:57:11 mrg Exp $ */ +/* $NetBSD: comsat.c,v 1.11 1998/04/01 14:29:08 kleink Exp $ */ /* * Copyright (c) 1980, 1993 @@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: comsat.c,v 1.10 1997/10/07 10:57:11 mrg Exp $"); +__RCSID("$NetBSD: comsat.c,v 1.11 1998/04/01 14:29:08 kleink Exp $"); #endif #endif /* not lint */ @@ -63,6 +63,7 @@ __RCSID("$NetBSD: comsat.c,v 1.10 1997/10/07 10:57:11 mrg Exp $"); #include <string.h> #include <syslog.h> #include <termios.h> +#include <time.h> #include <unistd.h> #include <utmp.h> |
