diff options
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 7a614163..f0dec3c4 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -30,6 +30,7 @@ #include <asm/uaccess.h> #include <linux/kallsyms.h> #include <linux/version.h> +#include <linux/compat.h> #ifndef for_each_cpu #define for_each_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map) |