Skip to content

Commit

Permalink
openat2: #include <linux/types.h> so we can know __u64
Browse files Browse the repository at this point in the history
Alternative implementations could use `uint64_t` instead, from `cstdint`.

Signed-off-by: Zygo Blaxell <[email protected]>
  • Loading branch information
Zygo Blaxell committed Jan 20, 2025
1 parent de38b46 commit 85aba7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/crucible/openat2.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

#else

#include <linux/types.h>

#ifndef RESOLVE_NO_XDEV
#define RESOLVE_NO_XDEV 1

Expand Down

0 comments on commit 85aba7b

Please sign in to comment.