mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
be compatible to libfuse 3.1+
This commit is contained in:
parent
1e57523ef7
commit
cae0e0613c
@ -5,7 +5,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define FUSE_USE_VERSION 38
|
||||
#define FUSE_USE_VERSION 31
|
||||
#include <fuse_lowlevel.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user