Skip to content

Commit 6945998

Browse files
authored
Merge pull request #5 from rota1001/include-vmalloc
Include <linux/vmalloc.h> explicitly on x86
2 parents 63980d4 + 5d29490 commit 6945998

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
#include <linux/sysfs.h>
1010
#include <linux/version.h>
1111
#include <linux/workqueue.h>
12+
#if defined(CONFIG_X86)
13+
#include <linux/vmalloc.h>
14+
#endif
1215

1316
#include "game.h"
1417
#include "mcts.h"

scripts/aspell-pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,4 @@ kfifo
177177
PTR
178178
ttt
179179
tictactoe
180+
vmalloc

0 commit comments

Comments
 (0)