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