mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-17 23:09:14 +01: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:
@@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
#ifndef RESOLVE_NO_XDEV
|
#ifndef RESOLVE_NO_XDEV
|
||||||
#define RESOLVE_NO_XDEV 1
|
#define RESOLVE_NO_XDEV 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user