From 953a914e08c956bb1dbaddb32ccf6ff730fae8fc Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 15 Feb 2024 20:02:42 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 7a398c00..7edb4b8b 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -22,6 +22,7 @@ #include "fs_stat.hpp" #include "symlinkify.hpp" #include "ugid.hpp" +#include "policy_cache.hpp" #include "fuse.h"