From 95d16471528254087ecdf39c07dee14cf0d180f1 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sat, 1 Jun 2019 21:15:46 -0700 Subject: [PATCH] Fix --- src/fspp/impl/FuseOpenFileList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fspp/impl/FuseOpenFileList.h b/src/fspp/impl/FuseOpenFileList.h index 795a6fb5..d87ccbfc 100644 --- a/src/fspp/impl/FuseOpenFileList.h +++ b/src/fspp/impl/FuseOpenFileList.h @@ -4,7 +4,7 @@ #include "../fs_interface/File.h" #include "../fs_interface/OpenFile.h" -#include "../fs_interface/FuseErrnoException.h" +#include "../fuse/FuseErrnoException.h" #include #include #include "IdList.h"