We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63980d4 + 5d29490 commit 6945998Copy full SHA for 6945998
main.c
@@ -9,6 +9,9 @@
9
#include <linux/sysfs.h>
10
#include <linux/version.h>
11
#include <linux/workqueue.h>
12
+#if defined(CONFIG_X86)
13
+#include <linux/vmalloc.h>
14
+#endif
15
16
#include "game.h"
17
#include "mcts.h"
scripts/aspell-pws
@@ -177,3 +177,4 @@ kfifo
177
PTR
178
ttt
179
tictactoe
180
+vmalloc
0 commit comments