cosmopolitan/libc/isystem/utime.h
2022-10-05 07:13:23 -07:00

5 lines
200 B
C

#ifndef COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
#include "libc/time/struct/utimbuf.h"
#include "libc/time/time.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_ */