diff options
author | davidn <davidn@FreeBSD.org> | 1997-01-29 06:02:49 +0000 |
---|---|---|
committer | davidn <davidn@FreeBSD.org> | 1997-01-29 06:02:49 +0000 |
commit | 7069b2a50601b9ebe1b6c3eb6c96582af42feba0 (patch) | |
tree | e235368ed4fcb4081692ddc25e0ec50d4e2e75d8 /lib/libutil | |
parent | eb61707cbda61774afde029e42965e59f19f2dec (diff) | |
download | FreeBSD-src-7069b2a50601b9ebe1b6c3eb6c96582af42feba0.zip FreeBSD-src-7069b2a50601b9ebe1b6c3eb6c96582af42feba0.tar.gz |
#include <sys/stat.h> for umask() prototype.
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 1ca3cb5..9c8133bc 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> |