mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
perf: include asm/unistd.h instead of syscall.h to fix conflict with kernel headers
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48573
This commit is contained in:
parent
9a69e00baa
commit
b046040bd6
@ -4,9 +4,9 @@
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <asm/unistd.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <syscall.h>
|
||||
#include <sched.h>
|
||||
|
||||
#undef _IOWR
|
||||
|
Loading…
x
Reference in New Issue
Block a user