fix build

This commit is contained in:
Ylarod
2025-11-08 11:32:34 +08:00
committed by ShirkNeko
parent a20c40f580
commit 584fb3b213
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
#ifndef KSU_FILE_PROXY_H
#define KSU_FILE_PROXY_H
#include <linux/file.h>
#include <linux/fs.h>
@@ -12,3 +15,5 @@ struct ksu_file_proxy {
struct ksu_file_proxy* ksu_create_file_proxy(struct file* fp);
void ksu_delete_file_proxy(struct ksu_file_proxy* data);
#endif // KSU_FILE_PROXY_H