From 32f95f5afac48d0fa501cfb68c4c42da0a6e1d75 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Tue, 17 Oct 2023 14:32:53 +0900 Subject: [PATCH] is required for basename(3) Signed-off-by: OBATA Akio --- imap/relocate_by_id.c | 1 + 1 file changed, 1 insertion(+) diff --git a/imap/relocate_by_id.c b/imap/relocate_by_id.c index 3292e4dcb7..29e43dfa20 100644 --- a/imap/relocate_by_id.c +++ b/imap/relocate_by_id.c @@ -54,6 +54,7 @@ #include #include #include +#include #include "dav_db.h" #include "global.h"