From 2a195d5988e27608a1a91f8243a9f29ba93f1a8d Mon Sep 17 00:00:00 2001 From: "shenping.matt" Date: Mon, 3 Jun 2024 14:58:20 +0800 Subject: [PATCH] FIXME: vmalloc and vfree not defined include/linux/vmalloc.h should be included explicitly Signed-off-by: shenping.matt --- driver/LKM/src/smith_hook.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/LKM/src/smith_hook.c b/driver/LKM/src/smith_hook.c index b3f7993a3..edfd921a1 100644 --- a/driver/LKM/src/smith_hook.c +++ b/driver/LKM/src/smith_hook.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "../include/smith_hook.h" #include "../include/trace.h"