Author: nbd
Date: 2016-01-30 21:14:59 +0100 (Sat, 30 Jan 2016)
New Revision: 48573

Modified:
   trunk/package/devel/perf/musl-compat.h
Log:
perf: include asm/unistd.h instead of syscall.h to fix conflict with kernel 
headers

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/package/devel/perf/musl-compat.h
===================================================================
--- trunk/package/devel/perf/musl-compat.h      2016-01-30 16:57:35 UTC (rev 
48572)
+++ trunk/package/devel/perf/musl-compat.h      2016-01-30 20:14:59 UTC (rev 
48573)
@@ -4,9 +4,9 @@
 #ifndef __ASSEMBLER__
 
 #include <sys/ioctl.h>
+#include <asm/unistd.h>
 #include <unistd.h>
 #include <stdio.h>
-#include <syscall.h>
 #include <sched.h>
 
 #undef _IOWR
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to