1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-29 00:30:44 +00:00

be compatible to libfuse 3.1+

This commit is contained in:
Falk Werner 2019-12-02 20:44:56 +01:00
parent 1e57523ef7
commit cae0e0613c

View File

@ -5,7 +5,7 @@
extern "C" {
#endif
#define FUSE_USE_VERSION 38
#define FUSE_USE_VERSION 31
#include <fuse_lowlevel.h>
#ifdef __cplusplus