x86: fix the stackprotector canary of the boot CPU
[deliverable/linux.git] / include / linux / stackprotector.h
index 422e71aafd0b513b4f4766922f9e3c2b47ab69d3..6f3e54c704c00257a4180934bee801b488570d59 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _LINUX_STACKPROTECTOR_H
 #define _LINUX_STACKPROTECTOR_H 1
 
+#include <linux/compiler.h>
+#include <linux/sched.h>
+#include <linux/random.h>
+
 #ifdef CONFIG_CC_STACKPROTECTOR
 # include <asm/stackprotector.h>
 #else
This page took 0.02616 seconds and 5 git commands to generate.