chore: check include path of fuse_lowlevel.h

This commit is contained in:
Marcus Holland-Moritz 2024-01-23 15:05:22 +01:00
parent d0e017e69b
commit cad2f33a65

View File

@ -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