mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 13:04:15 -04:00
chore: check include path of fuse_lowlevel.h
This commit is contained in:
parent
d0e017e69b
commit
cad2f33a65
@ -63,7 +63,11 @@
|
|||||||
#else
|
#else
|
||||||
#include <fuse.h>
|
#include <fuse.h>
|
||||||
#if DWARFS_FUSE_LOWLEVEL
|
#if DWARFS_FUSE_LOWLEVEL
|
||||||
|
#if __has_include(<fuse/fuse_lowlevel.h>)
|
||||||
#include <fuse/fuse_lowlevel.h>
|
#include <fuse/fuse_lowlevel.h>
|
||||||
|
#else
|
||||||
|
#include <fuse_lowlevel.h>
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user