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-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=21e2e0cc6e8e280267236e7429efe1224c576880;p=openwrt-github%2F.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