mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-13 20:30:49 +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.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)stat.h 8.6 (Berkeley) 3/8/94
|
* @(#)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_
|
#ifndef _SYS_STAT_H_
|
||||||
@ -51,6 +51,10 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _SYS_TYPES_H_
|
||||||
|
#include <sys/types.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __GNO__
|
#ifdef __GNO__
|
||||||
|
|
||||||
struct stat
|
struct stat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user