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

5 lines
211 B
C

#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_TIMES_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_TIMES_H_
#include "libc/calls/calls.h"
#include "libc/calls/struct/tms.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_TIMES_H_ */