fuse_uring_i.h: Include errno.h

Needed for ENOTSUP

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
This commit is contained in:
Bernd Schubert
2025-07-21 13:24:55 +02:00
committed by Bernd Schubert
parent e915a28ec4
commit 898def7594
+2
View File
@@ -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)