From ee011891890d5b79dad65f0b643d461f354d0f04 Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 5 Dec 2025 00:02:04 -0500 Subject: [PATCH] Update httplib.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- httplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplib.h b/httplib.h index adbfe5f..3c2dff2 100644 --- a/httplib.h +++ b/httplib.h @@ -2593,7 +2593,7 @@ struct FileStat { FileStat(const std::string &path); bool is_file() const; bool is_dir() const; - size_t mtime() const; + time_t mtime() const; size_t size() const; private: