mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-14 04:46:26 +00:00
7 lines
264 B
C
7 lines
264 B
C
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_STAT_H_
|
|
#define COSMOPOLITAN_LIBC_ISYSTEM_STAT_H_
|
|
#include "libc/calls/calls.h"
|
|
#include "libc/calls/struct/stat.h"
|
|
#include "libc/calls/weirdtypes.h"
|
|
#include "libc/sysv/consts/s.h"
|
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_STAT_H_ */
|