aboutsummaryrefslogtreecommitdiff
path: root/src/operations.h
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2016-02-20 13:48:18 -0500
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2016-02-20 13:58:20 -0500
commit251c10fd882038d4b2461bda2f8fc279d856a7cc (patch)
tree3800fe46bb4879bb75e2bebf3fe25671a7b48cc1 /src/operations.h
parent28a87f4a6532304b2ede31998b03fbad740f4fa3 (diff)
Only define FUSE_USE_VERSION once
Diffstat (limited to 'src/operations.h')
-rw-r--r--src/operations.h4
1 files changed, 1 insertions, 3 deletions
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 <fuse.h>
-
+#include "fuse.h"
#include "posix_extras.h"
namespace scoville {