aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:34:32 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:48:50 +0200
commit77e9e15244c7756ea966a11d169ca76e655d142d (patch)
treeb2e2f0a781c84875105f36a2aa856c6986bd8c1f /include
parent31ebb7b975639ece82f8cc15d550097989c4b449 (diff)
Error out if FUSE_USE_VERSION is not defined
This is safer than making assumptions.
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index b9acc7e..7a3036d 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -19,7 +19,7 @@
*/
#ifndef FUSE_USE_VERSION
-#define FUSE_USE_VERSION 30
+#error FUSE_USE_VERSION not defined
#endif
#include "fuse_common.h"