add utime to utime.h

This commit is contained in:
Gavin Hayes 2022-10-04 12:10:01 -04:00
parent 726f04e8aa
commit b7432f46c1

View file

@ -1,4 +1,5 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_ #ifndef COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_ #define COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_
#include "libc/time/struct/utimbuf.h"
#include "libc/time/time.h" #include "libc/time/time.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_ */ #endif /* COSMOPOLITAN_LIBC_ISYSTEM_UTIME_H_ */