diff options
Diffstat (limited to 'runtime/user/runtime.h')
-rw-r--r-- | runtime/user/runtime.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/user/runtime.h b/runtime/user/runtime.h index 30491543..7a07afba 100644 --- a/runtime/user/runtime.h +++ b/runtime/user/runtime.h @@ -5,11 +5,12 @@ */ #define __KERNEL__ -#include <linux/module.h> +#include <linux/config.h> #undef CONFIG_NR_CPUS #undef CONFIG_SMP #define CONFIG_NR_CPUS 8 #define CONFIG_SMP +#include <linux/module.h> #include <linux/kernel.h> #include <linux/miscdevice.h> #include <linux/init.h> |