aboutsummaryrefslogtreecommitdiff
path: root/src/operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations.h')
-rw-r--r--src/operations.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/operations.h b/src/operations.h
index 2e55f24..9b0f0f1 100644
--- a/src/operations.h
+++ b/src/operations.h
@@ -18,9 +18,11 @@
#define FUSE_USE_VERSION 26
#include <fuse.h>
+#include "posix_extras.h"
+
namespace scoville {
-fuse_operations FuseOperations(int root_fd);
+fuse_operations FuseOperations(File* root);
} // namespace scoville