From e46ef487a85becab5df7c2fae58e96d1a6949c9c Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Wed, 5 Oct 2022 10:13:23 -0400 Subject: [PATCH] Add utime to utime.h (#648) --- libc/isystem/utime.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/isystem/utime.h b/libc/isystem/utime.h index 7d29787c7..1b11e6957 100644 --- a/libc/isystem/utime.h +++ b/libc/isystem/utime.h @@ -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_ */