From: Zygo Blaxell Date: Mon, 20 Jan 2025 22:00:48 +0000 (-0500) Subject: openat2: #include so we can know `__u64` X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85aba7b695c958f6291ae023d19874b2c3c67adc;p=bees openat2: #include so we can know `__u64` Alternative implementations could use `uint64_t` instead, from `cstdint`. Signed-off-by: Zygo Blaxell --- diff --git a/include/crucible/openat2.h b/include/crucible/openat2.h index 8d353508..c4081185 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