aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/213-x86_vdso_portability.patch
blob: 937ab9054de32356ab6126b8147efdd6d3d26dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/arch/x86/vdso/vdso2c.c
+++ b/arch/x86/vdso/vdso2c.c
@@ -63,8 +63,8 @@
 
 #include <tools/le_byteshift.h>
 
-#include <linux/elf.h>
-#include <linux/types.h>
+#include <elf.h>
+#include <stdbool.h>
 
 const char *outfilename;