mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 13:25:45 +02:00
openat2: #include <linux/types.h> so we can know __u64
Alternative implementations could use `uint64_t` instead, from `cstdint`. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
de38b46dd8
commit
85aba7b695
@ -12,6 +12,8 @@
|
||||
|
||||
#else
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#ifndef RESOLVE_NO_XDEV
|
||||
#define RESOLVE_NO_XDEV 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user