cosmopolitan/libc/isystem/stat.h
2021-08-14 23:36:36 -07:00

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_ */