From 77e9e15244c7756ea966a11d169ca76e655d142d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 7 Jul 2017 15:34:32 +0200 Subject: Error out if FUSE_USE_VERSION is not defined This is safer than making assumptions. --- include/fuse_lowlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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" -- cgit v1.2.3