From 5267d60b342dc10709ec41c4dabbdced587cef18 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 7 May 2013 22:49:35 -0400 Subject: [PATCH] runtime/linux: kernel 3.10 compatibility; need explicit #include linux/slab.h Quoting from kernel commit 9f3a90e89...: Caused by commit 30c05350c39d ("powerpc/pseries: Use stop machine to update cpu maps") from the powerpc tree interacting with (probably) commit ff794dea52ea ("cpuset: remove include of cgroup.h from cpuset.h") from the cgroup tree. Removing includes from header files is fraught with danger ... --- runtime/linux/runtime.h | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/linux/runtime.h b/runtime/linux/runtime.h index 6dd062b9c..28ede3eac 100644 --- a/runtime/linux/runtime.h +++ b/runtime/linux/runtime.h @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include -- 2.43.5