Commit-ID: 4025819d328cd0efc53ee22e01b800631944b7f3 Gitweb: http://git.kernel.org/tip/4025819d328cd0efc53ee22e01b800631944b7f3 Author: Ingo Molnar <mingo@xxxxxxxxxx> AuthorDate: Wed, 1 Feb 2017 11:58:42 +0100 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitDate: Tue, 7 Feb 2017 10:57:47 +0100 delayacct: Include <uapi/linux/taskstats.h> include/linux/delayacct.h relies on 'struct taskstats' but does not include the header that defines it. This worked so far because files that included <linux/taskstats.h> also happened to include other headers that included uapi/linux/taskstats.h. Fix it. Cc: Mike Galbraith <efault@xxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: linux-kernel@xxxxxxxxxxxxxxx Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> --- include/linux/delayacct.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/delayacct.h b/include/linux/delayacct.h index 6cee17c..00e60f7 100644 --- a/include/linux/delayacct.h +++ b/include/linux/delayacct.h @@ -17,6 +17,7 @@ #ifndef _LINUX_DELAYACCT_H #define _LINUX_DELAYACCT_H +#include <uapi/linux/taskstats.h> #include <linux/sched.h> #include <linux/slab.h> -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |