Skip to content
Snippets Groups Projects
Commit 50d4775d authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kernel: fix portability issues of the x86 vdso2c utility


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 44757
parent 09ac7d46
No related branches found
No related tags found
No related merge requests found
--- 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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment