From: nbd 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-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=759fc49f76d98bf6e94a5d633293a19e81a33099;p=openwrt.git perf: include asm/unistd.h instead of syscall.h to fix conflict with kernel headers Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48573 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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