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: https://git.librecmc.org/?a=commitdiff_plain;h=b046040bd6f323b214dbeee9767db7644cf3a6bd;p=librecmc%2Flibrecmc.git 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