diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-17 07:28:16 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-17 07:28:16 +0000 |
commit | ab743a1ebaa4992fd195112eb8d18768db409491 (patch) | |
tree | b4ea79867ee55ec9ac2473074e7eb1606ab7543f /sys/lib/libsa | |
parent | b04f86a6e47aa2fa3da5afa1e6f6f8544a4382a7 (diff) |
sys/stat.h gets included here, and STAYS included here, thank you
very much.
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r-- | sys/lib/libsa/stand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index 310b6b2f9bb..9952ef83bc2 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stand.h,v 1.16 1996/12/12 08:16:30 mickey Exp $ */ +/* $OpenBSD: stand.h,v 1.17 1997/01/17 07:28:15 downsj Exp $ */ /* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */ /*- @@ -38,6 +38,7 @@ #include <sys/types.h> #include <sys/cdefs.h> +#include <sys/stat.h> #include <machine/stdarg.h> #include "saioctl.h" #include "saerrno.h" @@ -47,7 +48,6 @@ #endif struct open_file; -struct stat; /* * Useful macros |