From: Felix Fietkau Date: Sat, 30 Jan 2016 20:14:59 +0000 (+0000) Subject: perf: include asm/unistd.h instead of syscall.h to fix conflict with kernel headers X-Git-Tag: reboot~568 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=b046040bd6f323b214dbeee9767db7644cf3a6bd perf: include asm/unistd.h instead of syscall.h to fix conflict with kernel headers Signed-off-by: Felix Fietkau SVN-Revision: 48573 --- diff --git a/package/devel/perf/musl-compat.h b/package/devel/perf/musl-compat.h index 458915d5eb..8ce97bea88 100644 --- a/package/devel/perf/musl-compat.h +++ b/package/devel/perf/musl-compat.h @@ -4,9 +4,9 @@ #ifndef __ASSEMBLER__ #include +#include #include #include -#include #include #undef _IOWR