diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-01-01 08:27:41 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-01-01 08:27:41 +0000 |
| commit | 3b7e1cc80ffe102239ea20f8ea00eb74bebbc4e9 (patch) | |
| tree | aac25102c388712f99b4b8c8c49d800d87028e5a /lib/libutil/logwtmp.c | |
| parent | cd5e85eb474d524f6dd5c9809b8cfd504960a901 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/logwtmp.c')
| -rw-r--r-- | lib/libutil/logwtmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c index d55ac9e9413c0..f4a6408d659c3 100644 --- a/lib/libutil/logwtmp.c +++ b/lib/libutil/logwtmp.c @@ -42,7 +42,9 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #include <unistd.h> #include <utmp.h> +#include <libutil.h> +void logwtmp(line, name, host) char *line, *name, *host; { |
