From 85aba7b695c958f6291ae023d19874b2c3c67adc Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Mon, 20 Jan 2025 17:00:48 -0500 Subject: [PATCH] openat2: #include so we can know `__u64` Alternative implementations could use `uint64_t` instead, from `cstdint`. Signed-off-by: Zygo Blaxell --- include/crucible/openat2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/crucible/openat2.h b/include/crucible/openat2.h index 8d35350..c408118 100644 --- a/include/crucible/openat2.h +++ b/include/crucible/openat2.h @@ -12,6 +12,8 @@ #else +#include + #ifndef RESOLVE_NO_XDEV #define RESOLVE_NO_XDEV 1