From 59e7fe33f94259b301dadf84bda6c0088139406c Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Dec 2014 17:51:49 -0600 Subject: [PATCH] fix include for fcntl --- fuse/operations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse/operations.c b/fuse/operations.c index 37cb390..81bbd5a 100644 --- a/fuse/operations.c +++ b/fuse/operations.c @@ -32,7 +32,7 @@ #include #include #ifdef __linux -#include +#include #endif #include #include