From 5ffbafc1b5e0b5bf12a7d626e93ff0e850afde4b Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Sun, 14 Feb 1999 07:19:59 +0000 Subject: [PATCH] sys/stat.h: - missed a dependency on --- include/sys/stat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/sys/stat.h b/include/sys/stat.h index 0ec1711..35b49ac 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)stat.h 8.6 (Berkeley) 3/8/94 - * $Id: stat.h,v 1.1 1997/02/28 04:42:15 gdr Exp $ + * $Id: stat.h,v 1.2 1999/02/14 07:19:59 gdr-ftp Exp $ */ #ifndef _SYS_STAT_H_ @@ -51,6 +51,10 @@ #include #endif +#ifndef _SYS_TYPES_H_ +#include +#endif + #ifdef __GNO__ struct stat