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/logout.c | |
| parent | cd5e85eb474d524f6dd5c9809b8cfd504960a901 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/logout.c')
| -rw-r--r-- | lib/libutil/logout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c index 11da24f1c80c..d8cf3c870249 100644 --- a/lib/libutil/logout.c +++ b/lib/libutil/logout.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93"; #include <unistd.h> #include <stdlib.h> #include <string.h> +#include <libutil.h> typedef struct utmp UTMP; |
