From 251c10fd882038d4b2461bda2f8fc279d856a7cc Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 20 Feb 2016 13:48:18 -0500 Subject: Only define FUSE_USE_VERSION once --- src/operations.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/operations.h') diff --git a/src/operations.h b/src/operations.h index 9b0f0f1..33e0767 100644 --- a/src/operations.h +++ b/src/operations.h @@ -15,9 +15,7 @@ #ifndef OPERATIONS_H_ #define OPERATIONS_H_ -#define FUSE_USE_VERSION 26 -#include - +#include "fuse.h" #include "posix_extras.h" namespace scoville { -- cgit v1.2.3