mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-05 10:52:07 +00:00
sys/stat.h:
- missed a dependency on <sys/types.h>
This commit is contained in:
parent
68d2224e5b
commit
5ffbafc1b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user