missing: include linux/types.h for __s64 and __u64

Fixes #28529.
This commit is contained in:
Yu Watanabe
2023-07-27 01:14:14 +09:00
committed by Luca Boccassi
parent eff91e2f38
commit bb2e3c90fc

View File

@@ -1,6 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
#include <linux/types.h>
/* linux/fs.h */
#ifndef RENAME_NOREPLACE /* 0a7c3937a1f23f8cb5fc77ae01661e9968a51d0c (3.15) */
#define RENAME_NOREPLACE (1 << 0)