sys/stat.h:

- missed a dependency on <sys/types.h>
This commit is contained in:
gdr-ftp 1999-02-14 07:19:59 +00:00
parent 68d2224e5b
commit 5ffbafc1b5
1 changed files with 5 additions and 1 deletions

View File

@ -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 <sys/time.h>
#endif
#ifndef _SYS_TYPES_H_
#include <sys/types.h>
#endif
#ifdef __GNO__
struct stat