From 36ed99d1f6f304e7ac9f0fde741dff7343eda1c3 Mon Sep 17 00:00:00 2001 From: Huy Minh <39849246+hmtheboy154@users.noreply.github.com> Date: Thu, 4 May 2023 10:49:21 +0700 Subject: [PATCH] ksud.c : Include compat.h (#450) Fix compiling on Android-x86 Signed-off-by: hmtheboy154 --- kernel/ksud.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/ksud.c b/kernel/ksud.c index 8e9c888c..4e20f6e0 100644 --- a/kernel/ksud.c +++ b/kernel/ksud.c @@ -1,5 +1,6 @@ #include "asm/current.h" #include "linux/string.h" +#include "linux/compat.h" #include "linux/cred.h" #include "linux/dcache.h" #include "linux/err.h"