From 2e7b724b2b95f09a69b97dc3d03cc2011b1e2fa9 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 26 Dec 2024 23:47:10 +0000 Subject: [PATCH] ftpfs.c: include utime.h for struct utimbuf definition --- ftpfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ftpfs.c b/ftpfs.c index df7bbc0..2ac2d3b 100644 --- a/ftpfs.c +++ b/ftpfs.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include "charset_utils.h"