Skip to content

Commit 2a195d5

Browse files
committed
FIXME: vmalloc and vfree not defined
include/linux/vmalloc.h should be included explicitly Signed-off-by: shenping.matt <shenping.matt@bytedance.com>
1 parent 27eecc2 commit 2a195d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/LKM/src/smith_hook.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <linux/kthread.h>
88
#include <linux/moduleparam.h>
99
#include <linux/highmem.h>
10+
#include <linux/vmalloc.h>
1011

1112
#include "../include/smith_hook.h"
1213
#include "../include/trace.h"

0 commit comments

Comments
 (0)