Skip to content

Commit f7c316a

Browse files
authored
Merge pull request #7 from EricccTaiwan/main
Always include vmalloc.h on all architectures
2 parents 6945998 + b848c32 commit f7c316a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
#include <linux/slab.h>
99
#include <linux/sysfs.h>
1010
#include <linux/version.h>
11-
#include <linux/workqueue.h>
12-
#if defined(CONFIG_X86)
1311
#include <linux/vmalloc.h>
14-
#endif
12+
#include <linux/workqueue.h>
1513

1614
#include "game.h"
1715
#include "mcts.h"

0 commit comments

Comments
 (0)