From: Nikolaus Rath Date: Fri, 7 Jul 2017 13:34:32 +0000 (+0200) Subject: Error out if FUSE_USE_VERSION is not defined X-Git-Tag: fuse-3.1.0~3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=77e9e15244c7756ea966a11d169ca76e655d142d;p=qemu-gpiodev%2Flibfuse.git Error out if FUSE_USE_VERSION is not defined This is safer than making assumptions. --- 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"