Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 290981d

Browse files
committed
Add linux/mm.h to wasm3.h
1 parent b2c9498 commit 290981d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/wasm3.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#ifdef __KERNEL__
1717
#include <linux/module.h>
18+
#include <linux/mm.h>
1819
#include <linux/slab.h>
1920
#define printf printk
2021
#define PRIi32 "i"

0 commit comments

Comments
 (0)