mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
fuse_uring_i.h: Include errno.h
Needed for ENOTSUP Signed-off-by: Bernd Schubert <bschubert@ddn.com>
This commit is contained in:
committed by
Bernd Schubert
parent
e915a28ec4
commit
898def7594
@@ -16,6 +16,8 @@
|
||||
#include "util.h"
|
||||
#endif
|
||||
|
||||
#include <errno.h> // IWYU pragma: keep
|
||||
|
||||
/* io-uring defaults */
|
||||
#define SESSION_DEF_URING_ENABLE (0)
|
||||
#define SESSION_DEF_URING_Q_DEPTH (8)
|
||||
|
||||
Reference in New Issue
Block a user