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

perf: include asm/unistd.h instead of syscall.h to fix conflict with kernel headers


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

SVN-Revision: 48573
parent 9a69e00b
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
#ifndef __ASSEMBLER__ #ifndef __ASSEMBLER__
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <asm/unistd.h>
#include <unistd.h> #include <unistd.h>
#include <stdio.h> #include <stdio.h>
#include <syscall.h>
#include <sched.h> #include <sched.h>
#undef _IOWR #undef _IOWR
......
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