From b7432f46c191672c0d127106b8f96e54606585f6 Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Tue, 4 Oct 2022 12:10:01 -0400 Subject: [PATCH] add utime to utime.h --- 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_ */