diff options
| author | David Nugent <davidn@FreeBSD.org> | 1997-01-29 06:02:49 +0000 |
|---|---|---|
| committer | David Nugent <davidn@FreeBSD.org> | 1997-01-29 06:02:49 +0000 |
| commit | 0df75c02f43567509512ae234a11454c32f81071 (patch) | |
| tree | e235368ed4fcb4081692ddc25e0ec50d4e2e75d8 /lib/libutil | |
| parent | ec56ee6d521d675eacc97b5ff3752a77c5bc1b0d (diff) | |
Notes
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/login_class.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/login_class.c b/lib/libutil/login_class.c index 1ca3cb5d240a..9c8133bc9b31 100644 --- a/lib/libutil/login_class.c +++ b/lib/libutil/login_class.c @@ -30,6 +30,7 @@ #include <unistd.h> #include <errno.h> #include <sys/types.h> +#include <sys/stat.h> #include <sys/time.h> #include <sys/resource.h> #include <fcntl.h> |
