mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 12:03:41 +00:00
11 lines
353 B
C
11 lines
353 B
C
#ifndef LIBC_ISYSTEM_SYS_STAT_H_
|
|
#define LIBC_ISYSTEM_SYS_STAT_H_
|
|
#include "libc/calls/calls.h"
|
|
#include "libc/calls/struct/stat.h"
|
|
#include "libc/calls/struct/stat.macros.h"
|
|
#include "libc/calls/struct/timespec.h"
|
|
#include "libc/calls/weirdtypes.h"
|
|
#include "libc/sysv/consts/s.h"
|
|
#include "libc/sysv/consts/utime.h"
|
|
#include "libc/time/time.h"
|
|
#endif
|