From d15efc015a90f59cbaccb81c2de932ee5e3c5899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Capello?= Date: Thu, 23 Nov 2023 12:25:59 -0300 Subject: [PATCH] Include missing --- base/fs_unix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/base/fs_unix.h b/base/fs_unix.h index f57b6b962..613fee507 100644 --- a/base/fs_unix.h +++ b/base/fs_unix.h @@ -10,6 +10,7 @@ #include #include +#include #include // Required for PATH_MAX #include // Required for rename() #include