Add utime to utime.h (#648)

This commit is contained in:
Gavin Hayes 2022-10-05 10:13:23 -04:00 committed by GitHub
parent afc07b9339
commit e46ef487a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#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_ */