mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
14 lines
233 B
Diff
14 lines
233 B
Diff
|
--- 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;
|
||
|
|